Skip to content

Felixmp7/React-Native-Expo-Apps

Repository files navigation

This is an Expo React Native project bootstrapped with Expo-Cli.

Getting Started

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:

  1. To start development server
npm start
# or
yarn start
  1. To run on Android Device.
npm run android
# or
yarn android
  1. 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.

About

React Native Practices

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published