[splash-screen][bare][iOS][Android] Create expo-splash-screen (#7066)
* [splash-screen][bare][Android] Create splash screen mechanism
Unimodule features on Android:
- SplashScreen is mounted un
[splash-screen][bare][iOS][Android] Create expo-splash-screen (#7066)
* [splash-screen][bare][Android] Create splash screen mechanism
Unimodule features on Android:
- SplashScreen is mounted under ContentView
- SplashScreen's image & backgroundColor are configurable
- SplashScreen would automatically hide when view hierarchy is mounted in located RootView
- SplashScreen would appear again when RootView has no children again ('reload' behaviour from react-native)
* [splash-screnn][bare][iOS][Android] Create unimodule from template
* [splash-screen][bare][iOS] Create splash screen mechanism
Unimodule features on iOS:
- SplashScreen is mounted per ViewController
- SplashScreen's image & backgroundColor are configurable via .sotryboard file
- SplashScreen would automatically hide when ContentDidAppear notification is published
- SplashScreen would appear again when bridge is reloaded ('reload' behaviour from react-native)
* [splash-screen][Android] Adjust PR according to comments
* [splash-screen][Android][docs] Adjust PR according to comments and concerns & provide documentation for Android
* [splash-screen][iOS] Adjust PR according to comments
* [splash-screen][iOS][docs] Provide installation and configuration instructions
* [splash-screen][iOS] Restore unintetionally deleted SplashScreenView creation
* [splash-screen][iOS][Android][docs] Apply PR suggestions
* [splash-screen][iOS][Android] Make 'preventAutoHide' and 'hide' methods idempotent
* [splash-screen][Android] Exclude from Expoview
* [splash-screen][docs] Adjust docs according to PR suggestions
* [splash-screen][bare-expo] Ignore splash-screen package in bare-expo
* [splash-screen] Change version to 0.1.0
show more ...
|