react-native-styled-toast
react-native-styled-toast copied to clipboard
A theme friendly, easy to use react-native toast component built using styled-components and styled-system.
Bumps [trim-off-newlines](https://github.com/stevemao/trim-off-newlines) from 1.0.1 to 1.0.3. Commits c3b28d3 1.0.3 6226c95 Merge pull request #4 from Trott/fix-it-again c77691d fix: remediate ReDOS further 76ca93c chore: pin mocha to version that works with...
Hi, thanks for the library! I'm trying to change font family and weight for the title, but cant make it work. Only the color worked right. It is possible to...
Hey, I am still experience massive re-renders whenever a toast message is shown. So I checked the `value` used in the `Provider` and its creating a new object hash on...
Hello, Is there a way to center the message and sub message? Message container width cannot be change, it is fitting the text. Thanks.
Hey, This library is very customizable but missing a very important feature like passing rendered items. basically, I want to pass some Text components with onPress functionality. is there a...
Adding min-height as auto so that the toast looks fine in web. Still, lots to do to get this working with the styles out of the box but this gets...
Hi, first of all, wanted to thank you for this component, it simply is doing everything that I've been looking for. Nonetheless, there is one thing I have not been...
The library looks awesome! I love styled system and I am using it in my current project. I am looking for a toast library to use and I came across...
When having a custom onPress action on the toast, would be nice to be able to call directly onClose function, instead of clicking the "close" button for it e.g. ```...
Hello, Changing the opacity of the Toast might be useful for some.