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:+'