Open yl-flyer opened 4 years ago
For me, it was an issue in Android MultiDex Configuration, not something related to this package. When configuring Multidex we have to do some additional steps for API level 20 or lower.
For a complete guide visit Offlicial doc on enabling multidex.
@yl-flyer how do you resolve this problem?
Bug
I release the production of my apk, and when i try to open it, it crash. I check my logs in adb if found this:
Environment info
react-native info
output:Library version: 0.1.7
Steps To Reproduce
1.
...
Describe what you expected to happen:
./gradlew app:assembleRelease
Reproducible sample code
I don't use the plugin, but it seems that react-navigation use it
There is my package.json
Thanks