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
// Can pass any prop from @gorhom/bottom-sheet's BottomSheetModal
35
35
options={{ snapPoints: [200, "100%"], index:1 }}
36
36
/>
37
37
</BottomSheet.Navigator>;
@@ -61,7 +61,7 @@ Defaults to `['66%']`.
61
61
62
62
#### Other options
63
63
64
-
Most props from bottom sheet are exposed as navigation options. See the [@gorhom/bottom-sheet website](https://gorhom.github.io/react-native-bottom-sheet/props) for full documentation.
64
+
Most props from `BottomSheetModal`are exposed as navigation options. See the [@gorhom/bottom-sheet website](https://gorhom.github.io/react-native-bottom-sheet/modal/props) for full documentation.
0 commit comments