React Native cancel animation delay when component will unmount
问题 I've a little problem with an animation. I try to do a Flash Bar Info on my app for the errors. So to do that I create a new component, this component can be place in one specific view or not, and when the error is trigger from my store the state of my component is change by componentWillReceiveProps and set to visible if there is an error message. So, if there isn't an error message my render function return false value but if there is an error message I run my render function with this