UNPKG

expo-sdcard-detector

Version:

Expo plugin to detect SD card storage paths on Android

42 lines 843 B
{ "name": "expo-sdcard-detector", "version": "1.0.0", "description": "Expo plugin to detect SD card storage paths on Android", "main": "index.js", "types": "build/withSDCardDetector.d.ts", "repository": { "type": "git", "url": "https://github.com/abelpz/expo-sdcard-detector" }, "files": [ "plugin", "src", "index.js", "build" ], "keywords": [ "expo", "react-native", "expo-plugin", "sdcard", "android", "filesystem" ], "author": "Your Name", "license": "MIT", "peerDependencies": { "expo": ">=49.0.0", "react-native": ">=0.72.0" }, "dependencies": { "@expo/config-plugins": "^6.0.0" }, "devDependencies": { "typescript": "^5.0.0", "@types/react-native": "^0.72.0", "@types/node": "^20.0.0" }, "scripts": { "build": "tsc" } }