magicismight / react-native-root-toast

react native toast like component, pure javascript solution
MIT License
2.08k stars 403 forks source link

How can I change the width and height of the toast? #152

Open Youky1 opened 2 years ago

ragasjohn commented 2 years ago

Same question here!

smoove commented 2 years ago

@ragasjohn @Youky1

let toast = Toast.show('This is a message', {
    //...
    containerStyle: {
      width: '100%',
      //...
    },
});