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.
- Host: GitHub
- URL: https://github.com/shimo-react-native/react-native-doc-preview
- Owner: shimo-react-native
- License: mit
- Created: 2018-01-19T02:21:20.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-09-17T04:03:38.000Z (almost 7 years ago)
- Last Synced: 2025-08-13T23:20:11.095Z (11 months ago)
- Language: Objective-C
- Homepage:
- Size: 3.18 MB
- Stars: 7
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 (
);
}
}
```