Add support for clientLogs option for @nx/react-native:start #30817
kevindice
started this conversation in
Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In React Native 0.77.0, JS console logs are no longer piped into the metro output. They added console logs back in 0.78.0 and in 0.77.1 but only enabled via a
--client-logs
option.I tried configuring my
start
,run-ios
andrun-android
targets withclientLogs: true
, but there is some validation, I believe from Nx, which causes that to fail.Could we please get support for these?
Beta Was this translation helpful? Give feedback.
All reactions