Introduction — Tools — Usage
A react native starter kit created with latest react native.
This project is created to kick-start your new react native app development. It is using common tools to make your devlopment more easy, all ready to go.
This project is using following common tools:
- Redux Architecture
- Routing and navigation
- Data Caching / Offline
- Logger
- Add
eslint
,prettier
andeditor config
plugins into your IDE - Your machine must have React Native dependencies installed
yarn && npx pod-install ios
npx react-native run-android
npx react-native run-ios
Or
Open project.xcworkspace file from ios folder and build from xcode