Hi All,
I’ve been developing an app using CRNA and it works fine on iOS but doesn’t on Android. Here is the message:
Looks like it’s related the JavaScriptCore which is outdated in react-native.
I tried adding the dependency “jsc-android”: “224109.x.x” but the issue persisted. GitHub - facebookarchive/android-jsc: Scripts for building JSC for Android
Any idea how to fix this?