1.1.5 • Published 4 years ago
@abdullahnasir/react-native-office-viewer v1.1.5
@abdullahnasir/react-native-officeapps-wrapper
Install
$ npm install @abdullahnasir/react-native-office-viewer
or
$ yarn add @abdullahnasir/react-native-office-viewer
Link
$ react-native link react-native-webview
Use
...
import { OfficeViewer } from '@abdullahnasir/react-native-office-viewer'
...
<OfficeViewer containerStyle={{ marginTop: 10 }} source="https://filesamples.com/samples/document/docx/sample4.docx" />
...