tableflip / react-native-toaster

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

#11 Warning message when trying execute onHide on unmounted component #12

Closed caiorios closed 7 years ago

caiorios commented 7 years ago

Aditional condition on onHide method event to check if the component is mounted.

alanshaw commented 7 years ago

Thanks for the contribution @caiorios ❤️

Would you be able to checkout https://github.com/tableflip/react-native-toaster/pull/5 and see if that solves the issue? - I think @bjartebore has solved this in a slightly neater way...

caiorios commented 7 years ago

You are right, #5 solves the problem. Sorry not seeing this before.