wonday / react-native-pdf

A <Pdf /> component for react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support landscape mode (show pdf in 100% width)

eladcandroid opened this issue · comments

This is how it looks for now:

screenshot from 2017-08-12 22-32-18

And it needs to be like that:
screenshot from 2017-08-12 22-34-19

The same request with #36,
not support this now.
I consider to add it.

@wonday Thanks!
BTW, I found it can be done with the scale input.. (try to give it 2.5 for ex.) , but I don"t know what how to calculate the right value..

Sent from my Xiaomi MI 5 using FastHub

I have add fitWidth prop to support it.
You can try v1.3.0

You awesome! It works great.. Thanks a lot!