Skip to content

Commit 0ba4f57

Browse files
Update readme
1 parent 75764b2 commit 0ba4f57

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ See the [example app](./example/src/SimpleExample.tsx) for full usage details.
5151

5252
#### `snapPoints`
5353

54-
**Required**
5554
```ts
5655
Array<string | number>
5756
```
5857

5958
Points for the bottom sheet to snap to, points should be sorted from bottom to top. It accepts array of number and string.
6059

60+
Defaults to `['66%']`.
61+
6162
#### Other options
6263

6364
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

Comments
 (0)