Skip to content

Commit

Permalink
attempt to resolve crash 1 from
Browse files Browse the repository at this point in the history
facebook/react-native#17530

and crash 2:
disable hermes for a better crash report
  • Loading branch information
drewjhart committed Mar 4, 2023
1 parent fae4bdf commit 3698b52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/android/app/build.gradle
Expand Up @@ -78,7 +78,7 @@ import com.android.build.OutputFile
*/

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"
Expand Down
1 change: 1 addition & 0 deletions mobile/android/app/src/main/res/values/styles.xml
Expand Up @@ -3,6 +3,7 @@
<!-- Base application theme. -->
<style name="AppTheme" parent="Theme.AppCompat.Light.NoActionBar">
<!-- Customize your theme here. -->
<item name="android:editTextBackground">@android:color/transparent</item>
</style>

</resources>

0 comments on commit 3698b52

Please sign in to comment.