Skip to content

Commit

Permalink
Merge pull request #10465 from kakajann/fix/attachment-preview-android
Browse files Browse the repository at this point in the history
fix: Attachment - PDF file is not shown in Preview Page
(cherry picked from commit d911132)
  • Loading branch information
techievivek authored and OSBotify committed Aug 22, 2022
1 parent b5381bd commit 6a1e294
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PDFView/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ const defaultProps = {
const PDFView = props => (
<TouchableWithoutFeedback style={[styles.flex1, props.style]}>
<PDF
trustAllCerts={false}
activityIndicator={<FullScreenLoadingIndicator />}
source={{uri: props.sourceURL}}
style={[
Expand Down

0 comments on commit 6a1e294

Please sign in to comment.