cnjon / react-native-pdf-view

React Native PDF View
MIT License
404 stars 167 forks source link

numberOfPages #5

Closed sibelius closed 8 years ago

sibelius commented 8 years ago

How can I get the total number of Pages for the current pdf?

cnjon commented 8 years ago

In onLoadComplete, has a parameter of page count.

sibelius commented 8 years ago

Cool, I thought onLoadComplete would be a good idea