Skip to content

Latest commit

 

History

History
35 lines (27 loc) · 388 Bytes

README.md

File metadata and controls

35 lines (27 loc) · 388 Bytes

EventPhotoShareApp

Mobile application written in React Native.

Getting Started

  1. clone the repo
git clone https://github.com/LoureiroPT/event-photo-share-app.git
  1. install dependencies
npm i

or

yarn
  1. link dependencies
react-native link
  1. start in ios or android
react-native run-ios

or

react-native run-android