UNPKG

react-native-template-team-isl

Version:
52 lines (37 loc) โ€ข 1.52 kB
## 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 ![App Screenshot](https://i.paste.pics/9daf833b8869e6bd6739e381a8c569e2.png) ![App Screenshot](https://i.paste.pics/24afad006d42549b9ca86da1bf3852b7.png) ## Contributions All talented wizards and witches are welcome to contribute their magic. ๐Ÿช„