-
Notifications
You must be signed in to change notification settings - Fork 1.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
this setup is for java now the android file is converted to kotlin, can anyone share the setup for kotlin #639
Comments
@nawazokz I recommend you to use BootSplash it currently supports the new react native architecture. |
package com.turtlebuddy import org.devio.rn.splashscreen.SplashScreen; class MainActivity : ReactActivity() { /**
override fun getMainComponentName(): String = "turtleBuddy" /**
|
Facing the Same Issue, the Splash Screen [react-native-splash-screen] is not Working, Just because of kotlin Issue, |
Check the following comment, it solved the issue and the example provided for Kotlin |
Does anyone have an idea how to solve it? I need this fix |
#639 (comment) |
#639 (comment) |
i build success but it crash when open app on android 8 |
The readme docs needs to be updated please |
@tdammy92 Please post error details |
Run
react-native info
in your project and share the content.What
react-native-splash-screen
version are you using?What platform does your issue occur on? (Android/iOS/Both)
Describe your issue as precisely as possible :
logs
Join a screenshot or video of the problem on the simulator or device?
Show us the code you are using?
The text was updated successfully, but these errors were encountered: