diff --git a/src/incubator/toast/index.tsx b/src/incubator/toast/index.tsx index c34d16ab74..f4ecee56ed 100644 --- a/src/incubator/toast/index.tsx +++ b/src/incubator/toast/index.tsx @@ -23,7 +23,7 @@ const Toast = (props: PropsWithChildren) => { icon, iconColor, preset, - zIndex, + zIndex = Constants.isAndroid ? 100 : undefined, elevation, style, containerStyle,