5-stones / react-native-readium

📚 📖 React Native ebook reader for iOS, Android, & Web via Readium
MIT License
83 stars 25 forks source link

Bookmark #13

Closed M-HARIS-97 closed 1 year ago

M-HARIS-97 commented 1 year ago

Is readium support bookmark feature? if yes, How can I add?

jspizziri commented 1 year ago

@M-HARIS-97 my recommendation would be to build your own bookmarking outside of this library. Effectively you would build your own UI. You would locally track the current position via onLocationChange. Then when a user bookmarked a page you'd take the current location and store it somewhere.

Hopefully, that makes sense.

M-HARIS-97 commented 1 year ago

OK. I'm planning to do it that way. Thanks for your comments.