Closed nrathi closed 7 years ago
@nezaidu, tagging you just in case you know the answer and will respond quickly :).
As far as i am concerned you can hide splash screen any time you want to and then show something else.
But I wanted to keep the splash screen and then add a gif on top of it. The splash screen has the title of the app and the gif is a loading indicator.
Maybe this is because @dbonner1987 used a background color but @mehcode uses a loading view...
But I wanted to keep the splash screen and then add a gif on top of it. The splash screen has the title of the app and the gif is a loading indicator.
I understand what you want. We could probably do something here with a native method exposed in JavaScript. Try adding a second UIImageView
in the Show
method and composing them to get what you want and then separate it out into a second method we can expose. I don't mind merging that in.
I'm closing this but I'd still accept a PR to do something.
Sorry to bring this dead issue back - but I would like to be sure no one is working and that this is still a valid idea for a PR before I start hacking something.
I am thinking not just a spinner, but a <Text />
(to show the version number - that are interesting in some business apps to be sure users are up to date). Thoughts?
Before, when I was using @dbonner1987's code, I was able to render a View on top of my splash screen (in practice, the splash screen had a blue background + text and the View had a loading gif). However, because the background was blue, it would show through when I did opacity transitions.
Now, using your node module, I no longer see the View on top of my splash screen. Any way to fix this?
Thanks!