Ale Guzman
Ale Guzman
@mannoeu where did you added this block?? ``` init { SplashScreen.show(this) } ```
@mannoeu thanks brother! It did work with ``` // ... import org.devio.rn.splashscreen.SplashScreen class MainActivity : ReactActivity() { // ... override fun onCreate(savedInstanceState: Bundle?) { super.onCreate(savedInstanceState) SplashScreen.show(this); } // ... }...
@BenHurMartins I just tried on physical device and it is working fine!
@sanjaybora04 I'm having the same issue, do you know if there is a fix coming soon?