react-native-document-reader
v1.0.0
Published
📖 Simple EPUB + PDF reader for React Native using WebView and epub.js
Readme
react-native-document-reader
📖 Simple EPUB + PDF reader for React Native using WebView and epub.js
Install
npm install react-native-document-reader react-native-webviewUsage
import { DocumentReader } from "react-native-document-reader";
<DocumentReader fileUri={"file:///your/book.epub"} />Supports both .epub and .pdf. Automatically detects and renders using epub.js or iframe.
