Skip to content

Latest commit

 

History

History
34 lines (24 loc) · 773 Bytes

File metadata and controls

34 lines (24 loc) · 773 Bytes

ConcurrentBookingSystem-UI

UI for ConcurrentBookingSystem

Upload React Native Project on Git

  • Create Repository in Git Account
  • Go Into the Folder of your project
  • Initialize git

git init

  • Add File into the Git

git add .

  • Do an initial Commit

git commit -m 'initial commit'

  • Add Origin Branch

git remote add origin https://github.com/GatorsTigers/ConcurrentBookingSystem-UI.git // your Repository's URL

  • Push Code on your master Branch

git push -u origin master

npm add expo

npx create-expo-app AwesomeProject npm start web npm start iOS

Expo version that works for web - ~48.0.17

  • Packages to install for web

npx expo install @expo/webpack-config

npx expo install @expo/webpack-config

npx expo install @expo/webpack-config