hey, I noticed in react native figwheel remounts the the entire component tree, which is not the case when working in the browser
for example, webviews are reloaded on every figwheel reload, which is annoying
it's not the case in react native regular hot reload (I tested)
is this the correct behavior?