Open grobmeier opened 6 years ago
Did you put the toaster view in the render method ?
` render() { return (
);
}`
@hassanamin994 I do have the Toast in render()
. Is that an issue?
Any updates on this?
I've created a PR to address this issue:
https://github.com/crazycodeboy/react-native-easy-toast/pull/66
with the example from the readme:
this.refs.toast.show('Time was added successfully.');
I get this:
RN is version is 0.55.3