RNsplashscreen is the 1st session build for showing the implementation of Splashscreen in React-Native
Note:
- Arch Linux with VS-Code, thus support focused on Android App
- Extensions: React Native Tools , React-Native Snippets , Prettier
- Device run instead of SDK-build using Vysor
Clone the source locally:
$ git clone https://github.com/aryaminus/RN-splash-screen
$ cd RN-splash-screen
Start the application in development mode
npm install
react-native run android
or for VS-Code:
npm install
then press F1 or Fn+F1 and React Native:Run Android on Device
Else Follow Code.txt and Youtube
Follow Code.txt and Update the MainApplication.java (Manual.md)
Follow Manual.md
- Fork it (https://github.com/aryaminus/RN-splash-screen/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request