You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You can add your own styles
ex:Toast.show(toastText,Toast.SHORT,Toast.CENTER,toastStyles);
In the above example I am using toastStyles
iosToastStyles: {
backgroundColor: '#80808080',
color: '#FFFFFF',
borderRadius: 15,
width: 250,
height: 30
}
You can use transparent color also
when i set backgroundColor to transparent,it show 'black' color
The text was updated successfully, but these errors were encountered: