Reputation: 1
In the newer versions of React Native, they're moving towards using React Native DevTools. Whilst this is a welcome direction in certain cases, i'd prefer seeing my console.logs in my usual terminal for quick debugging. Even more so since we have to use Blink based browsers for simple logging, which i prefer not to use.
Is it possible to bypass this restriction and enable logs in the terminal?
I've tried:
Different types of logging (warn, error). Console.error works in some sense, but it's harder to parse and copy.
Metros debug mode, which doesn't work.
External packages, such as react-native-logs, which still uses RN dev tools.
Upvotes: 0
Views: 41