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.
40 lines (39 loc) • 899 B
JSON
{
"$schema": "../../tools/src/prebuilds/schemas/spm.config.schema.json",
"products": [
{
"name": "ExpoImagePicker",
"podName": "ExpoImagePicker",
"platforms": [
"iOS(.v15)"
],
"externalDependencies": [
"ReactNativeDependencies",
"React",
"Hermes",
"expo-modules-core/ExpoModulesCore"
],
"targets": [
{
"type": "swift",
"name": "ExpoImagePicker",
"path": "ios",
"pattern": "**/*.swift",
"dependencies": [
"Hermes",
"React",
"ReactNativeDependencies",
"expo-modules-core/ExpoModulesCore"
],
"linkedFrameworks": [
"Foundation",
"UIKit",
"PhotosUI",
"Photos",
"UniformTypeIdentifiers"
]
}
]
}
]
}