pmt-react-native-templatedeprecated

PMT React Native Starter Template

Usage no npm install needed!

<script type="module">
  import pmtReactNativeTemplate from 'https://cdn.skypack.dev/pmt-react-native-template';
</script>

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

Maintainers