0.1.2 • Published 6 years ago
react-native-template-sas-mobile v0.1.2
README
How to use
npx react-native init <ProjectName> --template sas-mobileHow to update this template
- Checkout this project
git clone https://<YOUR_USER>@bitbucket.org/tisas/react-native-template.git- Put the token in your path variable
export NPM_TOKEN=<token_here>- Check if your npm user is showing
tesaswith the command:
npm whoami- Publish
npm publish- Commit and update the changes here.