mehcode / rn-splash-screen

A JavaScript-controlled splash-screen for React Native designed to be run directly after the native splash-screen.
MIT License
350 stars 95 forks source link

Is it possible to change splash screen from react-native code? [This is not issue just need functionality.] #37

Closed ycpatel813 closed 7 years ago

ycpatel813 commented 7 years ago

Hello, Thanks for your awesome work. I appreciate your work. I am developing application for both platform and i need to splash screen will change every time is possible. so is it possible to change image in splash screen.

Right now i found way just copy image and paste into drawable. Any idea? Thanks in advance.

mehcode commented 7 years ago

I am developing application for both platform and i need to splash screen will change every time is possible.

I'm sorry, I don't understand. If you're already in loaded JavaScript you can hide the splash screen and display your own view that is 100% in JavaScript. If you want a different image per platform that is simple as the image is defined 100% different on both platforms.

mehcode commented 7 years ago

Please re-open if you're still having issues.