Skip to content

Latest commit

 

History

History
36 lines (22 loc) · 502 Bytes

README.md

File metadata and controls

36 lines (22 loc) · 502 Bytes

React Native Image Upload to Firebase Cloud Storage

Prerequisites

  • Firebase account
  • React Native Environment
  • Cocoapods
  • XCode

Try out the application

  1. Clone the repo
git clone git@github.com:muhozi/RnFirebaseImgUpload.git
  1. Install npm dependencies
npm install
  1. Install iOS dependencies
cd ios && pod install
  1. Open RnFirebaseImgUpload.xcworkspace in Xcode and run the application

Author

Emery Muhozi