We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 93182a5 commit 9776253Copy full SHA for 9776253
lib/typescript/types.d.ts
@@ -51,7 +51,7 @@ export interface PagerViewProps {
51
* - idle, meaning there is no interaction with the page scroller happening at the time
52
* - dragging, meaning there is currently an interaction with the page scroller
53
* - settling, meaning that there was an interaction with the page scroller, and the
54
- * page scroller is now finishing it's closing or opening animation
+ * page scroller is now finishing its closing or opening animation
55
*/
56
onPageScrollStateChanged?: (event: PageScrollStateChangedNativeEvent) => void;
57
/**
0 commit comments