@abdullahnasir/react-native-documents-viewer
v1.1.5
Published
view documents in react-native
Downloads
19
Maintainers
Readme
@abdullahnasir/react-native-documents-viewer
Install
$ npm install @abdullahnasir/react-native-documents-viewer
or
$ yarn add @abdullahnasir/react-native-documents-viewer
Link
$ react-native link react-native-webview
Use
...
import { DocumentViewer } from '@abdullahnasir/react-native-documents-viewer'
...
<DocumentViewer containerStyle={{ marginTop: 10 }} source="https://filesamples.com/samples/document/docx/sample4.docx" />
...