- Typescript support.
- React Hooks
- React Navigation
- Redux with hooks support
- React Native Fingeprint Scanner
- React Native Document Picker
- React Native Exception Handler
- React Native SQLite Storage
- React Native AES Encryption
- Clone this repo,
- Go to project's root directory,
cd <your project name>
- Use React Native Rename to update project name
$ npx react-native-rename <newName>
- Run
yarn install
ornpm install
to install dependencies - Run the test application:
- On Android:
- Run
react-native run-android
or Use Android Studio (Recommended)
- Run
- On iOS:
- Open
ios/YourReactProject.xcworkspace
in Xcode - Hit
Run
after selecting the desired device
- Open