This is an Expo React Native project bootstrapped with Expo-Cli
.
First, install the Expo CLI with:
yarn global add expo-cli
After, clone project with:
git clone <http or SSH>
Soon, install dependencies with:
npm install
# or
yarn
Finally, run the development server:
- To start development server
npm start
# or
yarn start
- To run on Android Device.
npm run android
# or
yarn android
- To run on iOS Device.
npm run ios
# or
yarn ios
If you want to see the logs, open http://localhost:19002 with your browser to see the result.