A simple tutorial for React Native App
To start the application:
- Install
expo-cli
using the following command:
npm install -g expo-cli
- Clone this repository and go into the project folder
git clone https://github.com/atibrewal98/ReactNative_Tutorial.git && cd ReactNative_Tutorial
- Install all the dependencies
npm install
or
yarn install
- Run the application in development mode using the command:
npm start
or
yarn start