Skip to content

Commit 38f9855

Browse files
Update README
1 parent c7eea5a commit 38f9855

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,12 +43,15 @@ navigation.navigate("firstSheet", { id: 1 });
4343

4444
```
4545

46+
See the [example app](./example/src/SimpleExample.tsx) for full usage details.
47+
4648
## API
4749

4850
### Navigation options
4951

50-
#### `snapPoints` **Required**
52+
#### `snapPoints`
5153

54+
**Required**
5255
```ts
5356
Array<string | number>
5457
```
@@ -59,8 +62,6 @@ Points for the bottom sheet to snap to, points should be sorted from bottom to t
5962

6063
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.
6164

62-
See the [example app](./example/src/SimpleExample.tsx) for full usage details.
63-
6465
### Navigation helpers
6566

6667
Navigation helpers are available on the `navigation` object.

0 commit comments

Comments
 (0)