Package Exports
- rn-template-app
- rn-template-app/script.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (rn-template-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
🚀 React Native Template App
React Native template for a quick start.
⭐ Libraries
- Navigation:
react-navigation v6 - Testing:
@testing-library/react-native & jest - Linter:
eslint - Code Formatter:
prettier - Managing git hooks:
husky - Folder Path:
absolute path with package.json
▶️ Usage
npx react-native init MyApp --template rn-template-appSample Screens
| Home | Test |
|---|---|
![]() |
![]() |

