Seeing the following warnings in the out XCode compile logs
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:759:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
759 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
760 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
832 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
833 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:12: warning: parameter 'recognizer' not found in the function declaration [-Wdocumentation]
832 | * @param recognizer
| ^~~~~~~~~~
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:12: note: did you mean 'sender'?
832 | * @param recognizer
| ^~~~~~~~~~
| sender
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
856 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
857 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:12: warning: parameter 'recognizer' not found in the function declaration [-Wdocumentation]
856 | * @param recognizer
| ^~~~~~~~~~
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:12: note: did you mean 'sender'?
856 | * @param recognizer
| ^~~~~~~~~~
| sender
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:233:13: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
233 | _page = page;
| ~ ^~~~
Seeing the following warnings in the out XCode compile logs
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:759:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
759 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
760 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
832 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
833 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:12: warning: parameter 'recognizer' not found in the function declaration [-Wdocumentation]
832 | * @param recognizer
| ^~~~~~~~~~
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:832:12: note: did you mean 'sender'?
832 | * @param recognizer
| ^~~~~~~~~~
| sender
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:21: warning: empty paragraph passed to '@param' command [-Wdocumentation]
856 | * @param recognizer
| ~~~~~~~~~~~~~~~~^
857 | */
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:12: warning: parameter 'recognizer' not found in the function declaration [-Wdocumentation]
856 | * @param recognizer
| ^~~~~~~~~~
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:856:12: note: did you mean 'sender'?
856 | * @param recognizer
| ^~~~~~~~~~
| sender
.../node_modules/react-native-pdf/ios/RNPDFPdf/RNPDFPdfView.mm:233:13: warning: implicit conversion loses integer precision: 'NSInteger' (aka 'long') to 'int' [-Wshorten-64-to-32]
233 | _page = page;
| ~ ^~~~