Skip to content

Commit

Permalink
feat: make trustAllCerts on native pdf
Browse files Browse the repository at this point in the history
  • Loading branch information
kakajann committed Aug 19, 2022
1 parent 22e39f9 commit c2d3cd3
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 c2d3cd3

Please sign in to comment.