- React navigation v5 document
- Redux, redux-toolkit document
- Redux saga document
- Redux saga-toolkit document
- Axios document
- Device info document
- Keyboard manager document
- Vector icon document
- Lottie document
- React-i18next document
- Config bottom tab, stack, drawer with react-navigation 5
- Custom drawer
- Basic component: Text, Global loading, GlobalMessage, SvgIcon...
- Redux and redux toolkit, redux saga
- Config axios client and axios in saga, auto refresh token, auto handle response status
- Custom hook get status internet
- Custom hook clean redux with typescript
- Multiple language with DefaultText component
- Custom size scale
- Custom font
- Clone project
git clone https://github.com/ducgiangtrankma/RN_Template_Typescript.git
- Install
yarn install
- Install pod
cd ios
pod install
- Running android app
yarn android
- Running ios app
yarn ios