Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 514 Bytes

File metadata and controls

20 lines (13 loc) · 514 Bytes

cldreactnative

Demo project for react native with Cloudinary

Installing the dependencies (i.e., working in the directory location ./cldreactnativeprj):

  1. npm update

or

  1. npm install [email protected]
  2. npm i --save react-native-document-picker
  3. npm install --save rn-fetch-blob
  4. npm install react-native-fs --save

Updating the project:

  1. cd ios to navigate to the (./cldreactnativeprj/ios)
  2. bundle install to install Bundler
  3. bundle exec pod install to install the iOS dependencies