ericvicenti / navigation-rfc

Better Navigation in React Native
441 stars 44 forks source link

Component will Unmount #55

Open ajoshdee opened 8 years ago

ajoshdee commented 8 years ago

I'm having this warning multiple times when i do something in componentWillUnmount. Any solution to this? Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the undefined component.