README
Pattern Matched React Native Template
A Pattern Matched template for react native mobile apps
:arrow_forward: Usage
react-native@0.61.0
or higher
npx react-native init MyApp --template pmt-react-native-template
:computer: Contributing
Contributions are very welcome. Please check out the contributing document.
Git Commit Style
- feat (new feature)
- fix (bug fix)
- docs (changes to documentation)
- style (formatting, missing semi colons, etc; no code change)
- refactor (refactoring production code)
- test (adding missing tests, refactoring tests; no production code change)
- chore (updating grunt tasks etc; no production code change