react-native-toast-native icon indicating copy to clipboard operation
react-native-toast-native copied to clipboard

can't set backgroundColor to transparent

Open 1797918430 opened this issue 7 years ago • 2 comments

when i set backgroundColor to transparent,it show 'black' color

1797918430 avatar Jul 02 '18 01:07 1797918430

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

kottamasusaikumar avatar Dec 24 '18 06:12 kottamasusaikumar

@kottamasusaikumar @1797918430 when I set background rgba the app is crash..

adirzoari avatar Feb 12 '19 21:02 adirzoari