BadgerCode / ReactNativeTestApp

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Test App

A test mobile app made using React Native

https://reactnative.dev/docs

Pre-requisites

npm install -g expo-cli
Get the expo app on your phone

How to use

In the root project folder, run the following commands:

npm install
npm start

This will open a browser window where you can monitor your test app.

On your mobile device:

  1. Ensure you are on the same network as the machine running the React Native app
  2. Open the Expo app
  3. Scan the QR code from the website opened from the browser window above

About


Languages

Language:TypeScript 97.7%Language:JavaScript 2.3%