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
Points for the bottom sheet to snap to, points should be sorted from bottom to top. It accepts array of number and string.
57
+
58
+
#### Other options
59
+
60
+
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.
61
+
46
62
See the [example app](./example/src/SimpleExample.tsx) for full usage details.
47
63
64
+
### Navigation helpers
65
+
66
+
Navigation helpers are available on the `navigation` object.
67
+
68
+
#### `snapTo`
69
+
70
+
```ts
71
+
(index:number) =>void
72
+
```
73
+
74
+
Snaps the current sheet to `index`.
75
+
48
76
## Contributing
49
77
50
78
See the [contributing guide](CONTRIBUTING.md) to learn how to contribute to the repository and the development workflow.
0 commit comments