Simple ReactNative starter with an opinionated folder structure for mobile development.
- Ensure you've followed the React Native - Get Started Guide
- Clone this project
git clone [email protected]:pcofilada/simple-react-native-starter.git
- Run
yarn install
from root directory - Run
yarn ios
oryarn android
from root directory
android/
- Android native stuffios/
- iOS native stuffsrc/
- Contains all of our react native codebaseApp.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 Componentscommon/
- Shared components