0.1.5 • Published 5 years ago

react-native-pure-doc-browser v0.1.5

Weekly downloads
2
License
MIT
Repository
github
Last release
5 years ago

react-native-pure-doc-browser

This is a module which help you preview a document file, such as word, excel, ppt and pdf.

Installation

npm i react-native-pure-doc-browser

// link below 0.60 version
react-native link react-native-pure-doc-browser

Usage

import {
  CODE,
  open,
} from 'react-native-pure-doc-browser'

open({
  path: 'local file path',
  // mimeType is android only
  mimeType: 'application/pdf'
})
.then(() => {
  // success
})
.catch(error => {
  if (error.code === CODE.FILE_NOT_FOUND) {

  }
  else if (error.code === CODE.APP_NOT_FOUND) {

  }
})
0.1.4

5 years ago

0.1.5

5 years ago

0.1.3

5 years ago

0.1.2

5 years ago

0.1.0

5 years ago

0.1.1

5 years ago

0.0.9

6 years ago

0.0.8

6 years ago

0.0.7

6 years ago

0.0.6

6 years ago

0.0.5

6 years ago

0.0.4

6 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago