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.
▶️ Usage
npx react-native init MyApp --template rn-template-app⭐ Libraries
- Navigation:
react-navigation v6 - Testing:
@testing-library/react-native & jest - Linter:
eslint - Code Formatter:
prettier - Managing git hooks:
husky
Folder Structure
src/
├── components/ [*] components
│ └── core [*] core components like button, spacer etc.
├── fixtures [*] mock data
├── hooks [*] custom hook
├── navigators [*] navigator config
├── screens [*] app screens
├── services [*] api and other services stuff
├── theme [*] theme config
└── utils [*] constants, helpers and other related stuffSample Screens
| Home | Test |
|---|---|
![]() |
![]() |
Custom run script for ios
You can use yarn run:ios deviceName=14
['14', 'se', 'plus', .....]
I will add more features for custom run script.

