Skip to content

Commit b673a0c

Browse files
authored
chore(readme): correct heading level for fullScreenSwipeShadowEnabled (#2920)
- corrected heading level for `fullScreenSwipeShadowEnabled`
1 parent 7657af7 commit b673a0c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

native-stack/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ Possible options:
9494

9595
Boolean indicating whether the swipe gesture should work on whole screen. Swiping with this option results in the same transition animation as `simple_push` by default. It can be changed to other custom animations with `customAnimationOnSwipe` prop, but default iOS swipe animation is not achievable due to usage of custom recognizer. Defaults to `false`.
9696

97-
### `fullScreenSwipeShadowEnabled` (iOS only)
97+
#### `fullScreenSwipeShadowEnabled` (iOS only)
9898

9999
Boolean indicating whether the full screen dismiss gesture has shadow under view during transition. The gesture uses custom transition and thus
100100
doesn't have a shadow by default. When enabled, a custom shadow view is added during the transition which tries to mimic the

0 commit comments

Comments
 (0)