unmountReactApplication

Unmount the react application at this root view, reclaiming any JS memory associated with that application. If startReactApplication is called, this method must be called before the ReactRootView is garbage collected (typically in your Activity's onDestroy, or in your Fragment's onDestroyView).