React native expo starter that helpful to start your React Native application. Tools includes: Expo, Typescript, React redux, Reduxjs/toolkit, React navigation 5, Native-base
1.Clone this repository
git clone https://github.com/ekoarr/React-native-starter
2.install dependencies
npm install
1.Install EXPO
npm install --global expo-cli
1.Running the app
npm run start # you can open iOS, Android, or web from here
2.Running the app on Android
npm run android
2.Running the app on IOS
npm run ios # requires an iOS device or macOS for access to an iOS simulator
Copyright © 2021-present ekoarr. This source code is licensed under the MIT license found in the LICENSE file.