diff --git a/src/components/PDFView/index.native.js b/src/components/PDFView/index.native.js index b2088aba2962..38ecf1d5eee6 100644 --- a/src/components/PDFView/index.native.js +++ b/src/components/PDFView/index.native.js @@ -17,6 +17,7 @@ import {defaultProps, propTypes as pdfViewPropTypes} from './pdfViewPropTypes'; const propTypes = { ...pdfViewPropTypes, }; + /** * On the native layer, we use react-native-pdf/PDF to display PDFs. If a PDF is * password-protected we render a PDFPasswordForm to request a password