UNPKG

@react-native-ohos/react-native-file-viewer

Version:

Native file viewer for react-native

40 lines 1.2 kB
{ "name": "@react-native-ohos/react-native-file-viewer", "version": "2.1.6-rc.1", "description": "Native file viewer for react-native", "main": "index.js", "types": "index.d.ts", "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "codegen-lib": "react-native codegen-lib-harmony --no-safety-check --npm-package-name react-native-file-viewer --cpp-output-path ./harmony/file_viewer/src/main/cpp/generated --ets-output-path ./harmony/file_viewer/src/main/ets/generated --turbo-modules-spec-paths ./src/NativeFileViewer.ts" }, "keywords": [ "react-native", "mobile", "ios", "android", "windows", "file", "viewer", "preview", "quicklook", "pdf", "doc", "harmony" ], "harmony": { "alias": "react-native-file-viewer" }, "author": "Vincenzo Scamporlino", "repository": { "type": "git", "url": "https://gitcode.com/openharmony-sig/rntpc_react-native-file-viewer" }, "license": "MIT", "peerDependencies": { "react-native": ">=0.47" }, "devDependencies": { "react-native-harmony-cli": "npm:@react-native-oh/react-native-harmony-cli@^0.0.27" } }