5-stones / react-native-readium

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

Is there a function in react-native to go forward and backward through pages ? #59

Closed amalStorilabs closed 3 months ago

jspizziri commented 3 months ago

There's nothing like forward() backward() exposed in JS, however there could be if someone wanted to implement that feature. Apart from that you if you know the Locator of a specific location you can use that to navigate to it.

amalStorilabs commented 3 months ago

Thanks for the information !