Skip to content

Commit 93692fd

Browse files
authored
chore: add readmes (#920)
1 parent 0dc492a commit 93692fd

File tree

4 files changed

+42
-0
lines changed

4 files changed

+42
-0
lines changed

packages/document-picker/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @react-native-documents/picker
2+
3+
[![npm version](https://badge.fury.io/js/@react-native-documents%2Fpicker.svg)](https://badge.fury.io/js/@react-native-documents%2Fpicker)
4+
[![npm downloads](https://img.shields.io/npm/dm/@react-native-documents/picker.svg)](https://www.npmjs.com/package/@react-native-documents/picker)
5+
6+
A React Native interface to access documents from the device or cloud storage such as iCloud, Google Drive, and other document providers.
7+
8+
## Documentation
9+
10+
For installation instructions, API reference, and usage examples, visit the official documentation:
11+
12+
**[https://react-native-documents.github.io/](https://react-native-documents.github.io/)**
13+
14+
## Support the Project
15+
16+
Find this package useful? Say thanks by [sponsoring the author on GitHub](https://github.com/sponsors/vonovak)!
17+
18+
## License
19+
20+
MIT

packages/document-picker/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@react-native-documents/picker",
33
"version": "12.0.0",
44
"description": "A react native interface to access documents from dropbox, google drive, iCloud...",
5+
"funding": "https://github.com/react-native-documents/document-picker?sponsor=1",
56
"main": "./lib/module/index.js",
67
"types": "./lib/typescript/src/index.d.ts",
78
"exports": {

packages/document-viewer/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# @react-native-documents/viewer
2+
3+
[![npm version](https://badge.fury.io/js/@react-native-documents%2Fviewer.svg)](https://badge.fury.io/js/@react-native-documents%2Fviewer)
4+
[![npm downloads](https://img.shields.io/npm/dm/@react-native-documents/viewer.svg)](https://www.npmjs.com/package/@react-native-documents/viewer)
5+
6+
A React Native interface to preview documents using native viewers (QuickLook on iOS, Intent on Android).
7+
8+
## Documentation
9+
10+
For installation instructions, API reference, and usage examples, visit the official documentation:
11+
12+
**[https://react-native-documents.github.io/](https://react-native-documents.github.io/)**
13+
14+
## Support the Project
15+
16+
Find this package useful? Say thanks by [sponsoring the author on GitHub](https://github.com/sponsors/vonovak)!
17+
18+
## License
19+
20+
MIT

packages/document-viewer/package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@react-native-documents/viewer",
33
"version": "3.0.0",
44
"description": "A react native interface to preview documents",
5+
"funding": "https://github.com/react-native-documents/document-picker?sponsor=1",
56
"main": "./lib/module/index.js",
67
"types": "./lib/typescript/src/index.d.ts",
78
"exports": {

0 commit comments

Comments
 (0)