/React-native-starter

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

Primary LanguageTypeScriptMIT LicenseMIT

React Native Expo Starter

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

Getting Started

1.Clone this repository

git clone https://github.com/ekoarr/React-native-starter

2.install dependencies

npm install

EXPO

1.Install EXPO

npm install --global expo-cli

Usage

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

License

Copyright © 2021-present ekoarr. This source code is licensed under the MIT license found in the LICENSE file.