项目作者: aryaminus

项目描述 :
Usage of splash screen / loading screen in react-native using custom size layout by Apetools
高级语言: Objective-C
项目地址: git://github.com/aryaminus/RN-splash-screen.git
创建时间: 2017-10-15T17:27:23Z
项目社区:https://github.com/aryaminus/RN-splash-screen

开源协议:MIT License

下载


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:

  1. $ git clone https://github.com/aryaminus/RN-splash-screen
  2. $ cd RN-splash-screen

Start the application in development mode

  1. npm install
  2. react-native run android

or for VS-Code:

  1. 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