When running an app in the Android Emulator, I can type adb logcat *:S ReactNative:V ReactNativeJS:V
to view the console statements in a terminal, which is much faster than viewing them in Chrome or other debugger.
Is there a similar command in macOS to view the console statements of an app running in iOS simulator?