mirror of
https://github.com/status-im/react-native-image-crop-picker.git
synced 2025-02-23 10:58:16 +00:00
add android camera permission post-install steps
This commit is contained in:
parent
98934c396a
commit
d79dbee95f
@ -84,6 +84,11 @@ react-native link react-native-image-crop-picker
|
||||
- Under `Deployment Info` set `Deployment Target` to `8.0`
|
||||
- Under `Embedded Binaries` click `+` and add `RSKImageCropper.framework` and `QBImagePicker.framework`
|
||||
|
||||
##### Android
|
||||
|
||||
- [Optional] If you want to use camera picker in your project, add following to `AndroidManifest.xml`
|
||||
- `<uses-permission android:name="android.permission.CAMERA"/>`
|
||||
|
||||
## How it works?
|
||||
|
||||
It is basically wrapper around few libraries
|
||||
|
Loading…
x
Reference in New Issue
Block a user