Skip to content

Latest commit

 

History

History
29 lines (21 loc) · 992 Bytes

File metadata and controls

29 lines (21 loc) · 992 Bytes

React Native Image Picker

Note: Updated project at link

Warning

This project is a clone of version 2.3.4 due to showImagePicker which does not exist in the recent version of the library



Warning:

01 - Add this link ("git+https://github.com/LuanAmaro/react-native-image-picker.git") in your package.json and run on your finish ```yarn or npm install`` to install the dependencies

exemple:

"react-native-image-picker": "git+https://github.com/LuanAmaro/react-native-image-picker.git"

02 - If there are any react-native-image-picker dependencies in your project, remove node_modules using the following command rm -rf node_module yarn.lock or rm -rf node_modules package.lock.json, and follow step one to install the package on your project

Install

# RN >= 0.60
cd ios && pod install

# RN < 0.60
react-native link react-native-image-picker