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
Copy file name to clipboardExpand all lines: README.md
+2-1Lines changed: 2 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -51,13 +51,14 @@ See the [example app](./example/src/SimpleExample.tsx) for full usage details.
51
51
52
52
#### `snapPoints`
53
53
54
-
**Required**
55
54
```ts
56
55
Array<string|number>
57
56
```
58
57
59
58
Points for the bottom sheet to snap to, points should be sorted from bottom to top. It accepts array of number and string.
60
59
60
+
Defaults to `['66%']`.
61
+
61
62
#### Other options
62
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.
0 commit comments