hanif9699 / react-native-test-app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Steps to Install this environment

  1. Globally install the expo-cli

npm install --global expo-cli

  1. Perform yarn install in the root folder

yarn install

To run it locally

  1. Run yarn start

yarn start

  1. It will open metro server in browser. If you to ran it on andriod then scan the QR code it will automatically open the app. Or Else You can run in browser option

To serve the web verison

  1. Run yarn web

yarn build

  1. Then serve command to run the build

npx serve web-build

About


Languages

Language:JavaScript 79.6%Language:HTML 20.4%