24 questions
0 votes
1 answer
132 views
I want to create Splash screen for latest react native project
I'm working on a React-Native project in which I've to create a Splash Screen, but when I researched it on the internet and I found a bit complex configuration with a project created. Show me the ...
1 vote
0 answers
58 views
Getting :app:checkDebugDuplicateClasses FAILED error after installing react-native-lottie-splash-screen pakage in react native
Want to create splash screen in react native using react-native-lottie-splash-screen package after installing packages run npm run android command but getting :app:checkDebugDuplicateClasses error ...
1 vote
1 answer
767 views
React Native - How to disable default android Splash Screen
I create a React Native app and for this app, I create my custom Splash Screen using npm i react-native-splash-screen. But on app run, It 1st show the default android splash screen and then it show ...
1 vote
3 answers
1k views
Deep Links not always working on Android w/React-Native
I have deep links set up on a React-Native app. iOS works fine. On Android, if the app is already in the background the deep link works. However, if the app is booting up fresh, the deep link opens ...
0 votes
1 answer
493 views
React-Native splash screen scaled to all screens(iphone, Ipad, Tablet ...)
I am developing an application with React Native, and I want to add a splash screen to it. I want the added splash screen to look good on various devices, including iPhone 15 Pro Max, iPad Pro 11 inch,...
2 votes
1 answer
301 views
React Native - Splash Screen Error ( cannot find symbol ) in MainActivity
I try to add Splash Screen to my React Native Project. I use this npm package "react-native-splash-screen". According to this npm package, I change the MainActivity.java file to: //splash ...
0 votes
1 answer
943 views
react-native-splash-screen with lottie
I want to add a Lottie animation to the splash screen of my react-native application. However, I read something like "Apple doesn't allow anything to move in the launch view controller as far as ...
-3 votes
1 answer
182 views
kotlin compiles my code with errors. seems like i'm not doing something right
Execution failed for task ':app:compileDebugKotlin'. A failure occurred while executing org.jetbrains.kotlin.compilerRunner.GradleCompilerRunnerWithWorkers$GradleKotlinCompilerWorkAction i ran npm ...
0 votes
1 answer
1k views
How to show splash screen in React native expo app
I have tried to display splash screen for my app it's working well and splash screen is shown in localhost for both android and ios. but after made a build, my Testflight version of the app did not ...
0 votes
1 answer
789 views
'RNSplashScreen.h' file not found
I recently purchased a new MacBook M2 Pro and cloned my React Native app onto it. However, I'm encountering an error stating that the 'RNSplashScreen.h' file cannot be found, even though I have not ...
0 votes
2 answers
2k views
i have a problem with react native splash screen
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 ...
0 votes
1 answer
1k views
SplashScreen.show(); not working in React Native iOS
I'm having issue with regards to react-native-splash-screen. When I triggered the SplashScreen.show(); in my Home Screen it doesn't work in iOS but in android it is working. RCTBridge *bridge = [[...
7 votes
6 answers
7k views
Splash screen does not hide
I followed the instructions for this blog for iOS: Building a splash screen in React Native I was able to get the app built and the splash screen is displayed when open. However, the splash screen ...
-1 votes
2 answers
727 views
how to add json animation file to app.json in react native expo
since expo doesn't support gif images as splashscreen, i am trying to use gif as json a file. Is it possible to use json file in app.json. If yes, how? Any help would be appreciated.
1 vote
2 answers
3k views
How to fix White Screen after Splash Screen in React Native for iOS
For Android, I made the color of the white screen the same as the Splash Screen color. So how do I change the color of the white screen on iOS?