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
| snapPoints | yes || E.g. `[300, 200, 0]`. Points for snapping of bottom sheet coomponent. They define distance from bottom of the screen. Might be number or percent (as string e.g. `'20%'`) for points or percents of screen height from bottom. |
61
+
| snapPoints | yes || E.g. `[300, 200, 0]`. Points for snapping of bottom sheet coomponent. They define distance from bottom of the screen. Might be number or percent (as string e.g. `'20%'`) for points or percents of screen height from bottom. Note: Array values must be in descending order. |
62
62
| initialSnap | no | 0 | Determines initial snap point of bottom sheet. The value is the index from snapPoints. |
63
63
| renderContent | no || Method for rendering scrollable content of bottom sheet. |
64
64
| renderHeader | no || Method for rendering non-scrollable header of bottom sheet. |
0 commit comments