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