Skip to content

Commit 289fc4e

Browse files
committed
update presentation formSheet section and add example recordings from Android and iOS
1 parent 99da403 commit 289fc4e

File tree

4 files changed

+5
-2
lines changed

4 files changed

+5
-2
lines changed
Binary file not shown.
Binary file not shown.
Binary file not shown.

versioned_docs/version-7.x/native-stack-navigator.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -864,9 +864,12 @@ Supported values:
864864
<video playsInline autoPlay muted loop>
865865
<source src="/assets/7.x/native-stack/presentation-fullScreenModal.mp4" />
866866
</video>
867-
- `formSheet`: will use "UIModalPresentationFormSheet" modal style on iOS and will fallback to "modal" on Android.
867+
- `formSheet`: will use "BottomSheetBehavior" on Android and "UIModalPresentationFormSheet" modal style on iOS.
868868
<video playsInline autoPlay muted loop>
869-
<source src="/assets/7.x/native-stack/presentation-formSheet.mp4" />
869+
<source src="/assets/7.x/native-stack/presentation-formSheet-android.mp4" />
870+
</video>
871+
<video playsInline autoPlay muted loop>
872+
<source src="/assets/7.x/native-stack/presentation-formSheet-ios.mp4" />
870873
</video>
871874

872875
:::warning

0 commit comments

Comments
 (0)