0.1.14 • Published 1 year ago

rn-template-app v0.1.14

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year 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

1 year ago

0.1.12

1 year ago

0.1.13

1 year ago

0.1.14

1 year ago

0.1.10

1 year ago

0.1.9

1 year ago

0.1.8

1 year ago

0.1.7

1 year ago

0.1.6

1 year ago

0.1.5

1 year ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago