Skip to content

Commit 15ecaba

Browse files
authored
Incubator Toast zIndex set to 100 as default when using Android (#2477)
1 parent e29285e commit 15ecaba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/incubator/toast/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ const Toast = (props: PropsWithChildren<ToastProps>) => {
2323
icon,
2424
iconColor,
2525
preset,
26-
zIndex,
26+
zIndex = Constants.isAndroid ? 100 : undefined,
2727
elevation,
2828
style,
2929
containerStyle,

0 commit comments

Comments
 (0)