rumax / react-native-PDFView

📚 PDF viewer for React Native
MIT License
300 stars 92 forks source link

Add "enableAnnotations" prop to TS typing #225

Closed aitorct closed 2 years ago

aitorct commented 2 years ago

Description of changes

This adds the "enableAnnotations" prop to TS typing so that TypeScript does not complain and throw a type error when using it.

I did Exploratory testing:

Can it be published to NPM?