Closed durgeshpgs closed 2 years ago
Something else is trying to load a file that does not seems to exists (or, if it exists, delete it):
Caused by: android.view.InflateException: Binary XML file line #28 in com.myreactapp:layout/splash_screen_view: Failed to resolve attribute at index 0
Not related to this library, I'm closing this.
@durgeshpgs How did you fix it ? Same error here
@saczx The issue with expo-splash-screen module which conflict with react native bootsplash. I have removed it's references from code and work well with android. You can find details here
https://stackoverflow.com/questions/73319284/react-native-app-crashes-after-splash-screen
Thanks dude, I was able to resolve this reinstalling / setting and upgrading the lib again @durgeshpgs
Bug summary
I am getting the following errors
Library version
4.3.0
Environment info
Steps to reproduce
I follow the installation instructions and it's working fine with ios but giving error in android
Reproducible sample code