Advertisement
Guest User

Untitled

a guest
Jan 23rd, 2017
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. <PDFView ref={(pdf)=>{this.pdfView = pdf;}}
  2. path={"http://www.orimi.com/pdf-test.pdf"}
  3. onLoadComplete = {(pageCount)=>{
  4. this.pdfView.setNativeProps({
  5. zoom: 1.5
  6. });
  7. }}
  8. style={styles.pdf}/>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement