An open API service indexing awesome lists of open source software.

https://github.com/shimo-react-native/react-native-doc-preview

A document previewer for react native.
https://github.com/shimo-react-native/react-native-doc-preview

Last synced: 2 months ago
JSON representation

A document previewer for react native.

Awesome Lists containing this project

README

          

# react-native-doc-preview

A document previewer for react native.

## Installation

```sh
$ npm i --save react-native-doc-preview
$ react-native link react-native-doc-preview
```

## Usage

```js
import DocPreview from 'react-native-doc-preview';

export default class App extends Component<{}> {
render() {
return (



);
}
}
```