Hitting the STOP button does not terminate the `react-native run-android` process. This is due to the command stopping the main process but not the background processes launched by the parent.
Hitting the STOP button does not terminate the
react-native run-androidprocess.This is due to the command stopping the main process but not the background processes launched by the parent.