docs: added bottomInset description

This commit is contained in:
Mo Gorhom
2021-02-09 23:18:07 +01:00
parent ed8b86bbf8
commit 913ed68d44

View File

@@ -53,7 +53,15 @@ Container height helps to calculate the internal sheet layouts. If `containerHei
### `topInset`
Top inset value helps to calculate percentage snap points values. usually comes from `@react-navigation/stack` hook `useHeaderHeight` or from `react-native-safe-area-context` hook `useSafeArea`.
Top inset to be added to the bottom sheet container, usually it comes from `@react-navigation/stack` hook `useHeaderHeight` or from `react-native-safe-area-context` hook `useSafeArea`.
| type | default | required |
| ------ | ------- | -------- |
| number | 0 | NO |
### `bottomInset`
Bottom inset to be added to the bottom sheet container.
| type | default | required |
| ------ | ------- | -------- |