Skip to content

Commit 3d72d9a

Browse files
author
RadAzzouz
committed
💄
1 parent 2415344 commit 3d72d9a

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

index.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,14 +115,12 @@ PSPDFKitView.propTypes = {
115115
* @platform ios
116116
*/
117117
onCloseButtonPressed: PropTypes.func,
118-
119118
/**
120119
* Callback that is called when the document is saved.
121120
*
122121
* @platform ios
123122
*/
124-
onDocumentSaved: PropTypes.func,
125-
123+
onDocumentSaved: PropTypes.func,
126124
/**
127125
* Callback that is called when the state of the PSPDFKitView changes.
128126
* Returns an object with the following structure:

ios/RCTPSPDFKit/RCTPSPDFKitView.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,6 @@
1717

1818
@property (nonatomic, readonly) PSPDFViewController *pdfController;
1919
@property (nonatomic) BOOL hideNavigationBar;
20-
2120
@property (nonatomic, readonly) UIBarButtonItem *closeButton;
2221
@property (nonatomic, copy) RCTBubblingEventBlock onCloseButtonPressed;
2322
@property (nonatomic, copy) RCTBubblingEventBlock onDocumentSaved;

0 commit comments

Comments
 (0)