Gathering detailed insights and metrics for react-native-document-opener
Gathering detailed insights and metrics for react-native-document-opener
Gathering detailed insights and metrics for react-native-document-opener
Gathering detailed insights and metrics for react-native-document-opener
Open documents using native components on Android & iOS
npm install react-native-document-opener
Typescript
Module System
Node Version
NPM Version
Java (32.41%)
Objective-C (21.41%)
TypeScript (15.72%)
Kotlin (8.83%)
Swift (8.2%)
JavaScript (6.55%)
Ruby (6.42%)
C (0.47%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
18 Stars
13 Commits
1 Forks
1 Watchers
1 Branches
1 Contributors
Updated on Jul 27, 2022
Latest Version
1.0.0
Package Id
react-native-document-opener@1.0.0
Unpacked Size
357.31 kB
Size
131.50 kB
File Count
104
NPM Version
7.6.0
Node Version
15.11.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
2
19
This is a React Native library that opens documents using their native components on Android (via a File Provider) and iOS (via a UIDocumentInteractionController).
Use yarn to install the library from npm.
1yarn add react-native-document-opener
The library exposes two methods that allow you to open documents:
1import * as DocumentOpener from 'react-native-document-opener'; 2 3// Immediately opens document. Mime type is optional and ignored on iOS 4DocumentOpener.openAsync('path/to/local/file.mp4', 'video/mp4'); 5 6// Opens options menu (iOS only) 7DocumentOpener.presentOptionsAsync('path/to/local/file.mp4');
See the contributing guide to learn how to contribute to the repository and the development workflow.
No vulnerabilities found.
Reason
license file detected
Details
Reason
binaries present in source code
Details
Reason
Found 0/13 approved changesets -- score normalized to 0
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
no SAST tool detected
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
69 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More