Skip to content
This repository has been archived by the owner on Feb 9, 2022. It is now read-only.

Latest commit

 

History

History
74 lines (56 loc) · 2.04 KB

README.md

File metadata and controls

74 lines (56 loc) · 2.04 KB

React Native BID

BID mobile app that utilize for both android and ios.

                             

Materials

Getting Started

0. Prerequisites

Make sure you have Expo CLI installed

npm install -g expo-cli

1. Clone and Install

# Clone the repo
git clone https://github.com/FSitter/bsiter-mobile-app.git

# Install dependencies
yarn install

2.1. Run the React Native App

# Start the React Native packager
yarn start

Instructions are shown in the terminal. You can select to open it in:

  • An emulator (either iOS or Android) (iOS use Xcode, android use Android studio)
  • Your mobile device with the Expo app. It will reload if you save edits to your files and you will see build errors and logs in the terminal.