5-stones / react-native-readium

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

fix(android, ios): allow location and initialLocation to be either Li… #19

Closed jspizziri closed 1 year ago

jspizziri commented 1 year ago

…nk or Locator objects

Links and Locators are not the same and need to be handled differently. Regardless of which object is passed to location, convert it to the proper Locator and navigate to it.

https://github.com/5-stones/react-native-readium/issues/11