You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I upgraded react native from 0.56 to 0.59.8 using the rn diff tool.
The code builds successfully however the app crashes immediately after launch.
React Native version:
React Native : 0.59.8
Steps To Reproduce
1.Upgrade to RN 0.59.8 using RN DIFF tool
2.Run command "react-native run-android"
I get the below error when i do a logcat from Android Studio.
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.libertyhk.eClaim/com.libertyhk.eClaim.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Though the android:theme is using AppCompat i still see the same issue.
I upgraded react native from 0.56 to 0.59.8 using the rn diff tool.
The code builds successfully however the app crashes immediately after launch.
React Native version:
React Native : 0.59.8
Steps To Reproduce
1.Upgrade to RN 0.59.8 using RN DIFF tool
2.Run command "react-native run-android"
I get the below error when i do a logcat from Android Studio.
java.lang.RuntimeException: Unable to start activity ComponentInfo{com.libertyhk.eClaim/com.libertyhk.eClaim.MainActivity}: java.lang.IllegalStateException: You need to use a Theme.AppCompat theme (or descendant) with this activity.
Though the android:theme is using AppCompat i still see the same issue.
---Below ins my styles.xml file
Describe what you expected to happen:
Expected behaviour to get the app running on android.