Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 20 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,27 @@
# react-native-documents

[![npm](https://img.shields.io/badge/npm-@react--native--documents-red?logo=npm)](https://www.npmjs.com/org/react-native-documents)

React Native modules for document picking and viewing.

If this is useful to you, [say thanks](https://github.com/sponsors/vonovak). Your support is greatly appreciated!
### 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)

### 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)

## Support the Project

Find this package useful? Say thanks by [sponsoring the author on GitHub](https://github.com/sponsors/vonovak)! Your support is greatly appreciated!

## Documentation

For installation instructions, API reference, and usage examples, visit the docs at:

**[https://react-native-documents.github.io/](https://react-native-documents.github.io/)**

Read the docs at https://react-native-documents.github.io
## Discussions

Ask questions and engage in discussions at https://github.com/react-native-documents/document-picker/discussions
Loading