This is typescript enabled React Native Template which you can use for almost every kind of project. It as well formed structure of folders having everything uniform, arranged and seperate from each other to make your app development easy and manageable. This is the version 1, and in future will make it more professional and accurate. If you have any suggestions regarding this. You can let me know.
- Clone the repository on your side
- Run
npm install
andcd ios && pod install
command to install all dependencies on Android and iOS side respectively - Run
npx react-native run-android
for Android andnpx react-native run-ios
for iOS
In future, I will integrate react-native-mmkv
to persist language and theme preferences. To study about react-native-mmkv
you can visit here react-native-mmkv
and Wallahhh you are good to go.. :)