mochixuan / react-native-smart-tip

🔥🔥🔥Toast , SnackBar , Modal , Show Toast above Modal
247 stars 37 forks source link

WToast in android can not show backgroundColor #11

Closed mike1023 closed 4 years ago

mike1023 commented 4 years ago

"react": "16.9.0", "react-native": "0.61.0",

WToast.show({
            data: msg,
            textColor: '#ffffff',
            backgroundColor: '#000000',
            duration: 2, // 1.SHORT 2.LONG
            position: WToast.position.CENTER, // 1.TOP 2.CENTER 3.BOTTOM
        });
mochixuan commented 4 years ago

Are you now showing that the background is not black? Can't display background color?

bear1030 commented 3 years ago

I am experiencing same issue. @mike1023 @mochixuan

How did you solve it?