futurepress/epubjs-rn

rtl languages support problem

Opened this issue · 3 comments

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

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

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

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

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.