Skip to content

A React Native module that allows you to use native UI to select media from the device library or directly from the camera

License

Notifications You must be signed in to change notification settings

LuanAmaro/react-native-image-picker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A React Native module that allows you to use native UI to select media from the device library or directly from the camera

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published