0.0.5 • Published 2 years ago

react-native-template-corelab-mobile v0.0.5

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

Corelab React Native Template

Template to start react native project x React Native CLI x TypeScript x React Navigation x Async Storage x Gesture Handler

Links

Docs Setup Environment

Environment

nodejs v16.14.0^

Project structuring

|- src
|- App.tsx
| index.js
  | -- pages
  | -- shared
    | -- assets
    | -- components
    | -- services
    | -- styles
    | -- utils
  | -- stacks

Use template

To install React Native CLI Globally

  npm install -g react-native-cli

To create project

  react-native init projectName --template corelab-mobile