@chainplatform/file
Version:
The library allows you to select file with react-native without ejecting support both react-native and react-native-web.
29 lines • 923 B
JSON
{
"name": "@chainplatform/file",
"version": "0.1.3",
"description": "The library allows you to select file with react-native without ejecting support both react-native and react-native-web.",
"main": "index.js",
"devDependencies": {
"react": "*",
"react-native": "*",
"react-native-web": "*"
},
"author": "Chain Platform <santran686@gmail.com> (https://chainplatform.net/)",
"license": "MIT",
"keywords": [
"react",
"react-native",
"react-native-web",
"react-native-webview",
"react-native-file",
"react-native-web-file-select",
"react-native-document",
"@chainplatform/file"
],
"homepage": "https://github.com/ChainPlatform/react-native-web-file-select",
"bugs": "https://github.com/ChainPlatform/react-native-web-file-select/issues",
"repository": {
"type": "git",
"url": "git://github.com/ChainPlatform/react-native-web-file-select.git"
}
}