-
Notifications
You must be signed in to change notification settings - Fork 574
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
rtl for android? #879
Comments
That is possible, but it needs some native code in java to make it happen. I have tested, and it works. Step 1 : change :
to :
Step 2 :
add declaration under class PdfView
add method :
add some code inside method
adding and change value
to :
|
and if you want to have a bookmark function add some code to adding on the
and change :
for the save bookmarked, you can do on your React code |
EDIT :
|
What
react-native
version are you using?0.74.5
What
react-native-pdf
version are you using?6.7.5
What platform does your issue occur on? (android/ios/both)
android
Describe your issue as precisely as possible :
I have a PDF file that was written in Arabic, and I would like to swipe the pages from left to right. I do not want to arrange the pages like p3-p2-p1 I just want to reverse the swiping of the pages in android, is it possible?
The text was updated successfully, but these errors were encountered: