Inicial splash imagem + loading animation

  1. SDK Version: 39
  2. Platforms(Android/iOS/web/all): all
  3. Add the appropriate “Tag” based on what Expo library you have a question on.

Hi friends,

My question is so fast: I provide this options in my app.json…

"splash": {
  "image": "./assets/lanches/splash.png",
  "resizeMode": "cover",
  "backgroundColor": "#ef3e2f"
},

Now, when I run my project this image appears unto my app be charged… it’s ok! But, I have a curiosity: How can I put in this image one little animation to user don’t think “this app break”, only to have onde animation in this splashscreen?

I know I have a new SplashScreen component, but, I just want to use the old splash to put a little animation on top. Imagine a static photo, as it already is, only with a small hourglass rotating while it is on the screen … that’s it! Can I do it?

Ideas?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.