vahid naseri

Results 5 comments of vahid naseri

same problem here . progress bar never ends from start geting book

hey dude its easy its my code onLocationChange={(visibleLocation)=> { if(this.state.cfi !== visibleLocation.end.cfi){ console.log(visibleLocation); this._setNewPage(visibleLocation); this.setState({visibleLocation,cfi:visibleLocation.end.cfi}); } }} set new page is a func that we save visibleLocation.end.cfi in Asyncstorage and...

same problem here contact with author if you can . i need it really :)

i found the problem if we change font size of book the problem shows for example book chapter is 20 page and if we add more font size it will...

hi dude . thanks for respond . in saving to this location . its my destination. `fs.DocumentDirectoryPath+"/epub/epub2.epub"` i saved file in `DocumentDirectoryPath` with react-native-fs . and i read file with...