Skip to content

Commit 7c5db10

Browse files
author
RadAzzouz
committed
Fix platform for onStateChanged
1 parent 767108c commit 7c5db10

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ PSPDFKitView.propTypes = {
181181
* formEditingActive: bool,
182182
* }
183183
*
184-
* @platform android
185184
*/
186185
onStateChanged: PropTypes.func,
187186
/**
188187
* fragmentTag: A tag used to identify a single PdfFragment in the view hierarchy.
189188
* This needs to be unique in the view hierarchy.
190189
*
190+
* @platform android
191191
*/
192192
fragmentTag: PropTypes.string
193193
};

0 commit comments

Comments
 (0)