Simple ReactNative starter with an opinionated folder structure for mobile development.
Simple ReactNative starter with an opinionated folder structure for mobile development.
git clone [email protected]:pcofilada/simple-react-native-starter.git
yarn install
from root directoryyarn ios
or yarn android
from root directoryandroid/
- Android native stuffios/
- iOS native stuffsrc/
- Contains all of our react native codebase
App.tsx
- Base react native componentRouter.ts
- App navigationapi/
- Api call related functionsassets/
- Images, fonts and other static filesconfig/
- Config filescontainers/
- Smart Componentscontext/
- React Contexttypes/
- Typescript related files or functionsutils/
- Helper functionscomponents/
- Dumb Components
common/
- Shared components