You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`PageComponent`|`PageComponentType`| Component to be rendered as each page. |
50
+
|`PageComponent`|`PageComponentType`| Component to be rendered as each page (either PageComponent OR renderPage must be defined, but not both — choose the version that suits your use case). |
51
+
|`renderPage`|`PageComponentType`| Function to be called to render each page. |
29
52
|`onPageChange`|`(page: number) => void`| Callback invoked when the current page changes. |
30
53
|`style`|`AnyStyle`| Style of the pager container. |
31
54
|`pageWrapperStyle`|`AnyStyle`| Style of the container that wraps each page. |
55
+
|`pageCallbackNode`|`Animated.SharedValue<number>`| SharedValue that represents the index of the current page. |
56
+
|`pageBuffer`|`number`| Number of pages to render on either side of the active page. |
0 commit comments