@afrididev/rn-template
v0.0.5
Published
React Native Template
Maintainers
Readme
React native template
This is my own react native template to speed up project initialization.
usage
npx @react-native-community/cli@latest init AwesomeApp --template @afrididev/rn-template --pm yarnTo enable git hooks you need to install lefthook using:
yarn lefthook installTo enable yarn afterinstall hook edit .yarnrc.yml file and add this line at the bottom:
afterInstall: yarn lefthook installNote: better if you install pods later
