React-native-splash-screen: can I use custom animation like spinner on splash screen?

Created on 4 Apr 2017  ·  8Comments  ·  Source: crazycodeboy/react-native-splash-screen

the splash screen is called in MainActivity.java, not JS file. So I can't include any spinner js component. Is there any workaround?

Most helpful comment

Doesn't work with gif files. am i missing something? or its not possible with react native?

All 8 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 LaunchScreen.xib on iOS and shows launch_screen.xml on Android. You would need to render the animation in both of those.

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)

@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,
i think

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

Was this page helpful?
0 / 5 - 0 ratings

Related issues

js1121302139 picture js1121302139  ·  5Comments

zxyah picture zxyah  ·  4Comments

TsuryKnox picture TsuryKnox  ·  5Comments

summerPsyche picture summerPsyche  ·  5Comments

jetre219 picture jetre219  ·  4Comments