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 d724615 commit 6ba8356Copy full SHA for 6ba8356
src/types.ts
@@ -60,7 +60,7 @@ export interface PagerViewProps {
60
* - idle, meaning there is no interaction with the page scroller happening at the time
61
* - dragging, meaning there is currently an interaction with the page scroller
62
* - settling, meaning that there was an interaction with the page scroller, and the
63
- * page scroller is now finishing it's closing or opening animation
+ * page scroller is now finishing its closing or opening animation
64
*/
65
onPageScrollStateChanged?: (event: PageScrollStateChangedNativeEvent) => void;
66
0 commit comments