with-rn-image-crop-picker
Expo config plugin for react-native-image-crop-picker.
Warning
Only supports iOS right now.
Requires Expo Dev Client.
Learn more about:
Usage
- Install with Expo
$ expo install with-rn-image-crop-picker
- Check your app.json. It should look like this:
"plugins": [
"with-rn-image-crop-picker"
],
- Rebuild your app
$ expo prebuild
$ expo run:ios --device
Configuartion
You can configure the iOS messages by adding the following props to your app.json file:
- PhotoLibraryUsageDescription
- CameraUsageDescription
- MicrophoneUsageDescription
Example:
"plugins": [
[
"with-rn-image-crop-picker",
{
"PhotoLibraryUsageDescription": "Allow app XYZ to access your photos",
"CameraUsageDescription": "Allow app XYZ to access your camera",
"MicrophoneUsageDescription": "Allow app XYZ to access your microphone"
}
]
]
Contributing
Contributions are very welcome!