Skip to content

Latest commit

 

History

History
53 lines (37 loc) · 1.78 KB

README.md

File metadata and controls

53 lines (37 loc) · 1.78 KB

RNsplashscreen

RNsplashscreen is the 1st session build for showing the implementation of Splashscreen in React-Native

RNsplashscreen demo

Note:

  1. Arch Linux with VS-Code, thus support focused on Android App
  2. Extensions: React Native Tools , React-Native Snippets , Prettier
  3. Device run instead of SDK-build using Vysor

Installation

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

Packages:

react-native-splash-screen

Installation

Follow Code.txt and Update the MainApplication.java (Manual.md)

Manual installation

Follow Manual.md

Contributing

  1. Fork it (https://github.com/aryaminus/RN-splash-screen/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request