0.1.2 • Published 4 years ago

react-native-template-sas-mobile v0.1.2

Weekly downloads
-
License
MIT
Repository
-
Last release
4 years ago

README

How to use

npx react-native init <ProjectName> --template sas-mobile

How to update this template

  1. Checkout this project
git clone https://<YOUR_USER>@bitbucket.org/tisas/react-native-template.git
  1. Put the token in your path variable
export NPM_TOKEN=<token_here>
  1. Check if your npm user is showing tesas with the command:
npm whoami
  1. Publish
npm publish
  1. Commit and update the changes here.