Swetha Govindu

Results 1 comments of Swetha Govindu

**Workaround** It worked using epubjs library and react-native-webview. [epubjs](https://github.com/futurepress/epub.js ) [react-native-webview](https://github.com/react-native-webview/react-native-webview ) ``` ``` Add epub_renderer.html in "\android\app\src\main\assets" folder of project ``` var book = ePub("path/book.epub"); var rendition = book.renderTo("area",...