futurepress / epubjs-rn

EpubJS React Native Example
Other
267 stars 151 forks source link

How to use this module with Latest React as of now 0.60.5 #149

Open deepakbandela opened 4 years ago

deepakbandela commented 4 years ago

Hi

I tried attaching this module v0.1.4. to the latest RN project I created which runs RN v0.60.5

I get an error similar to https://github.com/futurepress/epubjs-rn/issues/140

After a little investigation I found out that this module is internally using RN v0.59.9

How do we get this worked out with latest versions in future.

abdullatif422 commented 4 years ago

Me too facing same issue... Could anyone explain how to setup this with latest RN version

Uysim commented 4 years ago

getting the same problem for me

erickbank commented 4 years ago

I`m building on last version , if you are in debug build , you should delete inside epubjs-rn node-modules , the folders react and react-native , cuz they are conflicting.

ndviet1001 commented 1 year ago

In case you still need it for newer RN: I created a fork for RN 0.64.4: @ndvi3t/epubjs-rn.