tableflip / react-native-toaster

Simple top-pop toast feedback messages for React Native, also Redux compatible
ISC License
85 stars 29 forks source link

Add option to center toaster text via props #21

Open Nnanyielugo opened 5 years ago

Nnanyielugo commented 5 years ago

Hi, thanks for this great library. However, it does not seem like there is the option to center the toaster message, rather than align to the left. Something like pass in an option to center the text from props which will override the default text style by merely adding the style that centers the toaster message text.

If you like, I can open a PR that fixes this.