fix: 🐛 Fixes crash in 2.0.1 (RN 0651 upgrade issue) (#481)

* fix: 🐛 Fixes crash in 2.0.1 (RN 0651 upgrade issue)

* reset project change
This commit is contained in:
Viktor Sarström 2021-09-22 13:23:30 +02:00 committed by GitHub
parent 27e08094bb
commit 0f893b9b6d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 3 deletions

View File

@ -76,9 +76,9 @@ import com.android.build.OutputFile
* extraPackagerArgs: []
* ]
*/
// Crashes the app in RN 0.65.1
project.ext.react = [
enableHermes: true, // clean and rebuild if changing
enableHermes: false, // clean and rebuild if changing
]
apply from: "../../node_modules/react-native/react.gradle"
@ -133,7 +133,7 @@ android {
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 20000
versionName "2.0.1"
versionName "2.0.2"
}
splits {
abi {