0.1.14 • Published 2 years ago

rn-template-app v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

:rocket: React Native Template App

React Native template for a quick start.

:arrow_forward: Usage

npx react-native init MyApp --template rn-template-app

:star: 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

HomeTest

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.

0.1.11

2 years ago

0.1.12

2 years ago

0.1.13

2 years ago

0.1.14

2 years ago

0.1.10

3 years ago

0.1.9

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago