1234567891011121314151617181920212223242526272829 |
- {
- "name": "@uppy/react-native",
- "description": "React Native Uppy UI components",
- "version": "0.1.4",
- "main": "file-picker/index.js",
- "license": "MIT",
- "keywords": [
- "file uploader",
- "uppy",
- "uppy-plugin",
- "react",
- "react-components",
- "react-native"
- ],
- "homepage": "https://uppy.io",
- "bugs": {
- "url": "https://github.com/transloadit/uppy/issues"
- },
- "repository": {
- "type": "git",
- "url": "git+https://github.com/transloadit/uppy.git"
- },
- "peerDependencies": {
- "expo": ">=33.0.0",
- "expo-document-picker": ">=6.0.0",
- "expo-image-picker": ">=6.0.0",
- "expo-permissions": ">=6.0.0"
- }
- }
|