expo-image-picker
Version:
Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.
16 lines (15 loc) • 358 B
JSON
{
"platforms": ["apple", "android"],
"apple": {
"modules": ["ImagePickerModule"]
},
"android": {
"modules": ["expo.modules.imagepicker.ImagePickerModule"],
"publication": {
"groupId": "host.exp.exponent",
"artifactId": "expo.modules.imagepicker",
"version": "55.0.19",
"repository": "local-maven-repo"
}
}
}