0.1.1 • Published 2 years ago

react-native-template-easy-typescript v0.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Usage

react-native init MyApp --template easy-typescript

before init

  1. Rename file .env.example to .env

Let's build the best React Native template together 🚀

Please check out the contributing document.

Preconfigured with

CodePush

In order to use code push you must be logged into the correct Microsoft App Center account.

Prerequisites

npm install -g code-push
code-push login

At this point you will be required to log into the account tied to the code push public keys in Info.plist

Deployment

code-push release-react YourApp-iOS ios -d <DEPLOYMENT>

The deployment can either be Staging or Production depending on the mode of the application you wish to update was built in through XCode.

Aliases

src: './src'

This project is MIT licensed.