mazadat-image-picker
v2.2.29
Published
test
Downloads
111
Readme
mazadat-image-picker
library to get image from camera from pick image from gallery
Installation
npm install mazadat-image-picker
Usage
import { openCamera,editPhoto,openIdVerification } from 'mazadat-image-picker';
// ...
openCamera(3,"en").then((value: string) => {
console.log({value})
setResult(value)
})
editPhoto(path/to/image,"en").then((value: string) => {
console.log({value})
setResult(value)
})
openIdVerification("en").then((value: string) => {
console.log({value})
setResult(value)
})
Contributing
See the contributing guide to learn how to contribute to the repository and the development workflow.
License
MAZADAT
Made with create-react-native-library