From 09d706590671cb3298b7cd833c8920c5fbe53c8e Mon Sep 17 00:00:00 2001 From: Bernhard Owen Josephus Date: Thu, 7 Sep 2023 16:50:28 +0800 Subject: [PATCH] fit pdf to the width of the device screen --- src/components/PDFView/index.native.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/components/PDFView/index.native.js b/src/components/PDFView/index.native.js index c240ade664e5..0bd9936c628b 100644 --- a/src/components/PDFView/index.native.js +++ b/src/components/PDFView/index.native.js @@ -148,6 +148,7 @@ class PDFView extends Component { )} {this.state.shouldAttemptPDFLoad && ( } source={{uri: this.props.sourceURL}}