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
Run react-native info in your project and share the content.
"react": "18.1.0",
"react-native": "0.70.1",
What react-native-splash-screen version are you using? "^1.0.1",
What platform does your issue occur on? (Android/iOS/Both) Android
Describe your issue as precisely as possible :
When splash screen is over I have an intermediate screen(white screen) for 1-2 secs before showing my main screen (App.tsx below)
I got this error. I don't know what the issue is in this. if you help me I am waiting.
_**A failure occurred while executing com.android.build.gradle.internal.res.ResourceCompilerRunnable
Resource compilation failed (Failed to compile resource file: D:\Apps\ReactNative\HisabKitab\android\app\src\main\res\layout\launch_screen.xml: . Cause: com.ctc.wstx.exc.WstxParsingException: Illegal processing instruction target ("xml"); xml (case insensitive) is reserved by the specs.
at [row,col {unknown-source}]: [31,5]). Check logs for more details.**_
Run
react-native info
in your project and share the content.What
react-native-splash-screen
version are you using?"^1.0.1",
What platform does your issue occur on? (Android/iOS/Both)
Android
Describe your issue as precisely as possible :
When splash screen is over I have an intermediate screen(white screen) for 1-2 secs before showing my main screen (App.tsx below)
colors.xml:
styles.xml:
lauch_screen.xml:
App.tsx:
The text was updated successfully, but these errors were encountered: