react native - How to catch component unmount caused by live reload -
[edit - thought using hot reloading, using live reload]
i have native plugin needs clean each time finished with. want prevent these errors:
calling js function after bridge has been destroyed: rctdeviceeventemitter.emit(..)
componentwillunmount() doesn't called.
Comments
Post a Comment