Skip to content

Commit 1211da9

Browse files
authored
Incubator.Toast - change default zIndex to 100 for iOS as well (#3842)
1 parent 62af040 commit 1211da9

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
@@ -29,7 +29,7 @@ const Toast = (props: PropsWithChildren<ToastProps>) => {
2929
icon,
3030
iconColor,
3131
preset,
32-
zIndex = Constants.isAndroid ? 100 : undefined,
32+
zIndex = 100,
3333
elevation,
3434
style,
3535
containerStyle,

0 commit comments

Comments
 (0)