react-native-toast-native
react-native-toast-native copied to clipboard
can't set backgroundColor to transparent
when i set backgroundColor to transparent,it show 'black' color
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 @1797918430 when I set background rgba the app is crash..