Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.19 KB

File metadata and controls

19 lines (15 loc) · 1.19 KB

React Native Typescipt Starter Template

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.

Instruction

  1. Clone the repository on your side
  2. Run npm install and cd ios && pod install command to install all dependencies on Android and iOS side respectively
  3. Run npx react-native run-android for Android and npx react-native run-ios for iOS

Third Party Libraries

  1. React Native Modal

Todo

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.. :)