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.
50 lines (49 loc) • 1.33 kB
JSON
{
"name": "expo-image-picker",
"version": "55.0.18",
"description": "Provides access to the system's UI for selecting images and videos from the phone's library or taking a photo with the camera.",
"main": "build/ImagePicker.js",
"types": "build/ImagePicker.d.ts",
"sideEffects": false,
"scripts": {
"build": "expo-module build",
"clean": "expo-module clean",
"lint": "expo-module lint",
"test": "expo-module test",
"prepare": "expo-module prepare",
"prepublishOnly": "expo-module prepublishOnly",
"expo-module": "expo-module"
},
"keywords": [
"react-native",
"expo",
"image",
"picker",
"image-picker"
],
"repository": {
"type": "git",
"url": "https://github.com/expo/expo.git",
"directory": "packages/expo-image-picker"
},
"bugs": {
"url": "https://github.com/expo/expo/issues"
},
"author": "650 Industries, Inc.",
"license": "MIT",
"homepage": "https://docs.expo.dev/versions/latest/sdk/imagepicker/",
"jest": {
"preset": "expo-module-scripts"
},
"dependencies": {
"expo-image-loader": "~55.0.0"
},
"devDependencies": {
"expo-module-scripts": "^55.0.2",
"@testing-library/user-event": "^14.6.1"
},
"peerDependencies": {
"expo": "*"
},
"gitHead": "b0ada30fd6a819c5f98a23d99b1b89a2ed68743d"
}