Answers for "react native android ReferenceError: Can't find variable: Intl"

0

react native android ReferenceError: Can't find variable: Intl

We were able to solve this by updating android/app/build.gradle like this:
!!! NEED TO RESTART PROJECT

// commented out:
// def jscFlavor = 'org.webkit:android-jsc:+'
// added:
def jscFlavor = 'org.webkit:android-jsc-intl:+'
Posted by: Guest on October-07-2021
0

react native andri]oid ReferenceError: Can't find variable: Intl

npm i intl
Posted by: Guest on October-06-2021

Code answers related to "react native android ReferenceError: Can't find variable: Intl"

Browse Popular Code Answers by Language