I'm developing React Native app with Expo. I'm having problems with my app in Android because always send me same error Message:
ReferenceError: Can't find variable: Intl
Reading many post, but I'm still with the same problem
"react-native": "0.68.2",
"expo": "^45.0.6",
"native-base": "^3.4.15",
Here's my /android/app/build.gradle
def jscFlavor = 'org.webkit:android-jsc-intl:+'
if (enableHermes) {
...
} else {
implementation jscFlavor
}