rn-template-app

0.1.14 • Public • Published

🚀 React Native Template App

Maintenance Maintenance

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 stuff

Sample Screens

Home Test
drawing drawing


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.

Package Sidebar

Install

npm i rn-template-app

Weekly Downloads

17

Version

0.1.14

License

MIT

Unpacked Size

1.47 MB

Total Files

101

Last publish

Collaborators

  • burhanyilmaz_