From 8f22274d48ff783952a3944e238af914536e1fc8 Mon Sep 17 00:00:00 2001 From: Vojtech Novak Date: Tue, 27 Jan 2026 19:51:47 +0100 Subject: [PATCH] chore: add readmes --- packages/document-picker/README.md | 20 ++++++++++++++++++++ packages/document-picker/package.json | 1 + packages/document-viewer/README.md | 20 ++++++++++++++++++++ packages/document-viewer/package.json | 1 + 4 files changed, 42 insertions(+) create mode 100644 packages/document-picker/README.md create mode 100644 packages/document-viewer/README.md diff --git a/packages/document-picker/README.md b/packages/document-picker/README.md new file mode 100644 index 00000000..cecb5c86 --- /dev/null +++ b/packages/document-picker/README.md @@ -0,0 +1,20 @@ +# @react-native-documents/picker + +[![npm version](https://badge.fury.io/js/@react-native-documents%2Fpicker.svg)](https://badge.fury.io/js/@react-native-documents%2Fpicker) +[![npm downloads](https://img.shields.io/npm/dm/@react-native-documents/picker.svg)](https://www.npmjs.com/package/@react-native-documents/picker) + +A React Native interface to access documents from the device or cloud storage such as iCloud, Google Drive, and other document providers. + +## Documentation + +For installation instructions, API reference, and usage examples, visit the official documentation: + +**[https://react-native-documents.github.io/](https://react-native-documents.github.io/)** + +## Support the Project + +Find this package useful? Say thanks by [sponsoring the author on GitHub](https://github.com/sponsors/vonovak)! + +## License + +MIT diff --git a/packages/document-picker/package.json b/packages/document-picker/package.json index 877fe884..d5e35189 100644 --- a/packages/document-picker/package.json +++ b/packages/document-picker/package.json @@ -2,6 +2,7 @@ "name": "@react-native-documents/picker", "version": "12.0.0", "description": "A react native interface to access documents from dropbox, google drive, iCloud...", + "funding": "https://github.com/react-native-documents/document-picker?sponsor=1", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": { diff --git a/packages/document-viewer/README.md b/packages/document-viewer/README.md new file mode 100644 index 00000000..6e7cecc3 --- /dev/null +++ b/packages/document-viewer/README.md @@ -0,0 +1,20 @@ +# @react-native-documents/viewer + +[![npm version](https://badge.fury.io/js/@react-native-documents%2Fviewer.svg)](https://badge.fury.io/js/@react-native-documents%2Fviewer) +[![npm downloads](https://img.shields.io/npm/dm/@react-native-documents/viewer.svg)](https://www.npmjs.com/package/@react-native-documents/viewer) + +A React Native interface to preview documents using native viewers (QuickLook on iOS, Intent on Android). + +## Documentation + +For installation instructions, API reference, and usage examples, visit the official documentation: + +**[https://react-native-documents.github.io/](https://react-native-documents.github.io/)** + +## Support the Project + +Find this package useful? Say thanks by [sponsoring the author on GitHub](https://github.com/sponsors/vonovak)! + +## License + +MIT diff --git a/packages/document-viewer/package.json b/packages/document-viewer/package.json index acbeaa02..8932c105 100644 --- a/packages/document-viewer/package.json +++ b/packages/document-viewer/package.json @@ -2,6 +2,7 @@ "name": "@react-native-documents/viewer", "version": "3.0.0", "description": "A react native interface to preview documents", + "funding": "https://github.com/react-native-documents/document-picker?sponsor=1", "main": "./lib/module/index.js", "types": "./lib/typescript/src/index.d.ts", "exports": {