React-native-splash-screen: Android crash

Created on 18 Apr 2017  路  6Comments  路  Source: crazycodeboy/react-native-splash-screen

Could not get BatchedBridge, make sure your bundle is packaged correctly

Android 5.5.1,
react-native-splash-screen v2.0.0
react-native v0.43.2

Most helpful comment

Not working for me. App crashes with Unfortunately, APP has stopped alert.
react-native 0.49.3

All 6 comments

+1,
Any progress with this issue ?

@gzfgeh @rocwangv It happens if you put the launch_screen.xml file in drawable or other folder . Create a folder named layout in res directory and put the xml there . The path should look like this. android/src/main/res/layout/launch_screen.xml

I can confirm the solution of @PARAGJYOTI

Not working for me. App crashes with Unfortunately, APP has stopped alert.
react-native 0.49.3

If anyone else facing this problem - solution in the following issue helped me
https://github.com/crazycodeboy/react-native-splash-screen/issues/124

this is solved by creating the file: android/app/src/main/res/values/colors.xml

Was this page helpful?
0 / 5 - 0 ratings

Related issues

luqingxuan picture luqingxuan  路  3Comments

arnsa picture arnsa  路  5Comments

mharrisweb picture mharrisweb  路  3Comments

zhaogao picture zhaogao  路  4Comments

Dineshchitta picture Dineshchitta  路  5Comments