i'm having problems using react native splash screen. I follow the steps on the github repo but the problem stills.
My problem occurs after installing and configuring React Native Splash Screen in my application. I followed all the steps correctly, and when I launch the app, the image I chose is displayed. However, when navigating between screens, if the screen contains an Input tag (I use the NativeBase library, but I also tried with the React component and encountered the same error), the app crashes and displays the following error message:
build.gradle file:
settings.gradle file:
MainActivity.java file:
launch_screen.xml file:
I repeat, the launch screen looks fine, the problem arises when I try to use input tags.
Any ideas ?? Or suggestions ??
i think you're missing this file:
and you should have this splashActivity inside you manifest