简体   繁体   中英

react native splash screen programatically

I want to manage splash screen programatically in react native. Is there any way get splash screen image from api or internal storage. Also I want to change app name and app icon programmatically. For example after change picker item change app can be change splash screen, app name and icon.

Before I used the package to make the splash screen at react native. You can reference this.

https://www.npmjs.com/package/react-native-splash-screen

Just fetch Your app splash screen content from api and save name and image in local storage, and when app opens in splash screen check if data saved in local load from local else get it from server and save in local too,

You can also use Codepush in react-native for live updates in your app

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM