Skip to content

Commit cf87442

Browse files
committed
docs: update README
1 parent 20e7f4f commit cf87442

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ const BottomSheet = createBottomSheetNavigator();
3131
<BottomSheet.Screen
3232
name="secondSheet"
3333
component={SecondSheetComponent}
34-
// Can pass any prop from @gorhom/bottom-sheet
34+
// Can pass any prop from @gorhom/bottom-sheet's BottomSheetModal
3535
options={{ snapPoints: [200, "100%"], index: 1 }}
3636
/>
3737
</BottomSheet.Navigator>;
@@ -61,7 +61,7 @@ Defaults to `['66%']`.
6161

6262
#### Other options
6363

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.
6565

6666
### Navigation helpers
6767

0 commit comments

Comments
 (0)