From 4a0378a025a84ed033fd289e5f0b6ae0d0ed4aff Mon Sep 17 00:00:00 2001 From: SASh Date: Mon, 10 Jun 2019 17:29:53 +0300 Subject: [PATCH] fix: toaster not showing on android 6 and above --- src/Toast.js | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Toast.js b/src/Toast.js index e922edb..328e0be 100644 --- a/src/Toast.js +++ b/src/Toast.js @@ -104,6 +104,7 @@ class Toast extends Component { right: 0, left: 0, zIndex: 9999, + elevation: 9999, transform: [{ translateY: y }] }}>