-
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
can I use custom animation like spinner on splash screen? #47
Comments
The splash screens are native UI (an iOS .xib and an Android xml layout) so in theory you could use something like an animated gif. |
Doesn't work with gif files. am i missing something? or its not possible with react native? |
This library shows the splash screen with native UI. It shows |
I have added gif image in lauch_screen.xml. But when I run the app in android device, it is only showing first image of gif. Can you please help? |
@bhoomika911 note that android not plays with animated *.gif files by default. There is a small tutorial for android animated splash.gif https://www.youtube.com/watch?v=Mas3Lnd3WtM (not mine) |
it is for xamarin, |
is there any method to plug GIF animations to this splash screen ? Android and IOs? |
@herath what you are looking for is Lottie :) add Lottie to your react-native project and enjoy! It's animated SVGs 100% supported on both Android/iOS. Check on lottiefiles.com |
the splash screen is called in MainActivity.java, not JS file. So I can't include any spinner js component. Is there any workaround?
The text was updated successfully, but these errors were encountered: