5-stones / react-native-readium

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

How to get total positions ? #28

Closed AmrithVengalath closed 1 year ago

AmrithVengalath commented 1 year ago

Is there any way to track reading progress in react-native-readium?

jspizziri commented 1 year ago

@AmrithVengalath yes, that's what onLocationChange does. It reports changes to the location of the reader, so you would then store that data somewhere to track the progress.