Skip to content

Scaffolding script to kick start react-native project with skygear Cloud Code

License

Notifications You must be signed in to change notification settings

tung2744/create-react-native-skygear

 
 

Repository files navigation

Create React Native Skygear

Build Status

A CLI for generate react native project with skygear and other common libraries setup.

Prerequisites

  • react-native-cli 2.0.1
  • Yarn 1.12.1

Pre-setup

  • Setup Appcenter for iOS and android
    • Certs for iOS
    • Keystores for Andoird
    • Build when new push

Usage

$ yarn global add create-react-native-skygear
$ create-react-native-skygear init YourProjectName

Contribution

Dev dependencies

  • Node 8.x.x
  • Yarn 1.12.1

Setup

$ yarn
$ yarn watch

Update template

You can update the template by modifying ./template/react-native-skygear. HelloWorld or helloworld will be replaced by YourProjectName or yourprojectname after the project generation. It may be useful to you if you need something depends on project's name

Add dependencies to template

Modify ./template/react-native-skygear/dependencies.json or ./template/react-native-skygear/devDependencies.json to add dependencies to the template

About

Scaffolding script to kick start react-native project with skygear Cloud Code

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 73.4%
  • Objective-C 12.0%
  • Python 5.2%
  • Java 4.8%
  • JavaScript 2.6%
  • Shell 2.0%