Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
keep existing metro session alive (#19458)
The killing of metro terminal upset a few people and this PR fixes that. ## Summary Modify build step to check if metro is running already. If so then we do not attempt to start metro again. If not then we start metro after building android / iOS. ## Review notes * case 1 - `make run-clojure` - `make run-metro` - `make run-android` or `make run-ios` should work the way it did before. * case 2 - `make run-clojure` - `make run-android` or `make run-ios` should also work. ## Platforms - Android - iOS
- Loading branch information