react-native-template-team-isl
Version:
Boilarplate by team-isl!
52 lines (37 loc) โข 1.52 kB
Markdown
## React-Native Boilerplate.
## ๐ Features
- ๐ TypeScript (.tsx)
- ๐ Splash Screen / App Icon (iOS) Natively Changed
- ๐ฎ Custom BottomTab with Test Screens
- ๐ Dark & Light Theme Support
- ๐ข Navigations with React Navigation V6
- ๐งโโ๏ธ State Management with the ReduxToolkit and Redux-Persist
- ๐งช React-native-MMKV for Redux-Persist
- ๐ Axios Api Manager
- ๐ Login Screen with Validation and Toast
- โจ Step indicator Component
- โ๏ธ Config file with Test APIs and Methods
- ๐ Multiple Language Support with i18n
- ๐ Many Custom Components
## ๐ Getting started
To create the new project, run the following command:
```bash
npx react-native@latest init AwesomeProject --template react-native-template-team-isl
```
To optimize the process of fixing compatibility errors in Pods : cd AwesomeProject
```bash
cd ios && pod install
```
Replace "AwesomeProject" with your package name.
The boilerplate uses the Poppins font.
To download the font, visit [Google Fonts - Poppins](https://fonts.google.com/specimen/Poppins) and download the Popping Font or any other font of your choice.
Copy the Regular, Medium, and Bold into `src/assets/Fonts`.
Link the assets with:
```bash
npx react-native-asset
```
## ๐ธ Screenshots


## Contributions
All talented wizards and witches are welcome to contribute their magic. ๐ช