Answers for "react native property intl does not exist"

0

react native property intl does not exist

Modifying the "build.gradle"
On android, you can modify the "build.gradle" file inside /android/app/build.gradle. 

Remember, it is NOT the file in /android/app/gradle/build.gradle.

then, go to the sited file and search for:

def jscFlavor = 'org.webkit:android-jsc:+'

then replace like this 

 //def jscFlavor = 'org.webkit:android-jsc:+'
 def jscFlavor = 'org.webkit:android-jsc-intl:+'

you should comment this line both are not equal
Posted by: Guest on August-31-2021

Code answers related to "react native property intl does not exist"

Code answers related to "Javascript"

Browse Popular Code Answers by Language