react-native-root-toast
react-native-root-toast copied to clipboard
change rounded borders
Hi,
is it possible to change the round of the borders?
You can pass containerStyle to options object
Toast.show('Message', {
duration: Toast.durations.LONG,
containerStyle: {
borderRadius: 20
}
});