Home > database >  How to render an epub file in React-Native in 2022
How to render an epub file in React-Native in 2022

Time:03-12

I would like to know how to render an ebook in my react-native app. All epub readers are no longer working. They are deprecated, like this one: https://github.com/futurepress/epubjs-rn and duofolio.

CodePudding user response:

Yes, it will not work. As its last commit was in 2019 and between 2019 to 2022 react-native has gone through many changes. So, that package is now deprecated. So you have to switch to a new package. You can use the new React Native ePub Reader

  • Related