Expo config plugin for react-native-image-crop-picker
npm install expo-plugin-image-crop-pickerThis plugin configures iOS and Android native files to support react-native-image-crop-picker in Expo prebuild projects.
``bash`
yarn add expo-plugin-image-crop-picker
Add to your app.config.js or app.json:
`json`
{
"expo": {
"name": "MyApp",
"slug": "my-app",
"plugins": [
"expo-plugin-image-crop-picker"
]
}
}
, NSPhotoLibraryUsageDescription, and NSMicrophoneUsageDescription to Info.plist.$3
- Sets compileSdkVersion and targetSdkVersion to 33.
- Adds camera permission and optional camera hardware features.
- Enables vector drawable support.
- Adds Maven repositories.Build
`bash
yarn build
``