Usage of splash screen / loading screen in react-native using custom size layout by Apetools
RNsplashscreen is the 1st session build for showing the implementation of Splashscreen in React-Native
Note:
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
git checkout -b feature/fooBar
)git commit -am 'Add some fooBar'
)git push origin feature/fooBar
)