UNPKG

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 1.33 kB
{ "name": "expo-image-picker", "version": "56.0.16", "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": "src/ImagePicker.ts", "types": "build/ImagePicker.d.ts", "sideEffects": false, "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": "~56.0.3" }, "devDependencies": { "@testing-library/react": "^16.3.0", "@testing-library/user-event": "^14.6.1", "@types/node": "^22.14.0", "expo": "56.0.9", "expo-module-scripts": "56.0.3" }, "peerDependencies": { "expo": "*" }, "gitHead": "175f1e78e3444ca99ddea473faea6777a0656668", "scripts": { "build": "expo-module build", "clean": "expo-module clean", "lint": "expo-module lint", "test": "expo-module test", "expo-module": "expo-module" } }