Create React Native App cannot print QR code when it starts on vscode

install create-react-native-app, as normal to create a create-react-native-app project. After vscode starts with yarn, you can"t see the QR code, showing a black area, but you can see it when you start it in the command window. What is the reason for this?

vscode launch:

clipboard.png

cmd:

clipboard.png

Mar.03,2021

vscode's integrated terminal is implemented in canvas
this you should go to vscode warehouse ask questions

you can set to open it using an external terminal by default

"terminal.explorerKind": "external"
Menu