Faster project setup - more productivity
npm install -g fasky-cli
Creating a best practice React-Native project is easier than ever thanks to the Fasky CLI. Simply type 'fasky' into your terminal and you're ready to go.
- Up2date React-Native project with typescript
- Firebase integration (optional)
- i18N translations (optional)
- Navigation framework (optional)
- Install
npm i -g @zeit/ncc
- Login to your publisher account e.g.
npm adduser fasky
- Compile project
ncc build src/index.js -o dist
- Publish to npm
npm run build