expo-plugin-image-crop-picker
v1.1.3
Published
Expo config plugin for react-native-image-crop-picker
Downloads
87
Maintainers
Readme
Expo Config Plugin: react-native-image-crop-picker
This plugin configures iOS and Android native files to support react-native-image-crop-picker in Expo prebuild projects.
Installation
yarn add expo-plugin-image-crop-pickerAdd to your app.config.js or app.json:
{
"expo": {
"name": "MyApp",
"slug": "my-app",
"plugins": [
"expo-plugin-image-crop-picker"
]
}
}What it does
iOS:
- Adds
NSCameraUsageDescription,NSPhotoLibraryUsageDescription, andNSMicrophoneUsageDescriptionto Info.plist.
Android:
- Sets
compileSdkVersionandtargetSdkVersionto 33. - Adds camera permission and optional camera hardware features.
- Enables vector drawable support.
- Adds Maven repositories.
Build
yarn buildContributing
Pull requests are welcome! Please follow the existing coding style and add JSDoc to any new functions.
License
MIT
