futurepress / epubjs-rn

EpubJS React Native Example
Other
270 stars 151 forks source link

rtl languages support problem #130

Open sgmm0hammad opened 5 years ago

sgmm0hammad commented 5 years ago

Hello, Thank you for your great library. I have an epub file with rtl language. when I use epubjs in web it works correctly, but when I use epubjs-rn its direction is ltr. It seems epubjs-rn not support rtl language. please help me. thanks

alirezamirsepassi commented 5 years ago

Seems like this repo is no longer maintained, dude! @sgmm0hammad

sgmm0hammad commented 5 years ago

Seems like this repo is no longer maintained, dude! @sgmm0hammad

:( it's so bad, thanks for your answer

ihshareef commented 3 years ago

In the content.opf (inside the Epub) file, you should declare the spine as follows: <spine page-progression-direction="rtl" >

To look at and modify the files within an Epub, you can use Sigil.