skip to Main Content

React native – When building at expo > Task :app:createBundleReleaseJsAndAssets FAILED

I have an Expo application and it gives an error when I build. In the logs on the expodev site it says as follows: UP-TO-DATE > Task :react-native-community_slider:prepareReleaseArtProfile > Task :react-native-gesture-handler:packageReleaseAssets > Task :react-native-community_slider:mergeReleaseJavaResource > Task :react-native-gesture-handler:prepareLintJarForPublish UP-TO-DATE > Task…

VIEW QUESTION

React native – App crashes during startActivity when using any system Intent as action after upgrading to SDK 34

I can no longer use startActivity using any Intent, even Settings.ACTION_DISPLAY_SETTINGS, because it simply causes the app to crash. 08-06 18:41:05.762 20049 20374 E unknown:ReactNative: Exception in native call 08-06 18:41:05.762 20049 20374 E unknown:ReactNative: android.content.ActivityNotFoundException: No Activity found to…

VIEW QUESTION
Back To Top
Search