Cristians Soria
Cristians Soria
Hi @isteven, Great component! But I'm having the same issue commented previously. Here there is a example about the issue: http://plnkr.co/edit/4sCQy30RxV6Y2VowyC3F?p=preview. Do you know what is the wrong? Thanks in...
Hi Guys! I had the same issue but I tried to add an React element in the message and it works. ``` return Toast.show( {` ${message}`} , {` ```
I'm not sure but I think you can try to modify the styles for Toast main container, there is a property for that, and set same background color or modify...
Hi! You have the following props: ``` ....... containerStyle: { }, textStyle: { }, ...... ``` 