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
On iOS I can directly put a view to RNSplashScreen without lottie id/name [RNSplashScreen showLottieSplash:animationUIView inRootView:rootView];
I want to do same for Android, i only want static view and not animation with lottie on splash SplashScreen.show(this, R.id.lottie) => SplashScreen.show(this) // No R.id.lottie
As per my project requirement i have to show animated view/ static image on splash conditionally but on Android there seems i have to provide lottie id.
Is it possible i can only show image and not lottie animation conditionally?
The text was updated successfully, but these errors were encountered:
On iOS I can directly put a view to RNSplashScreen without lottie id/name
[RNSplashScreen showLottieSplash:animationUIView inRootView:rootView];
I want to do same for Android, i only want static view and not animation with lottie on splash
SplashScreen.show(this, R.id.lottie) => SplashScreen.show(this) // No R.id.lottie
As per my project requirement i have to show animated view/ static image on splash conditionally but on Android there seems i have to provide lottie id.
Is it possible i can only show image and not lottie animation conditionally?
The text was updated successfully, but these errors were encountered: