React Native – Build command to run metro in terminal
I am running a React Native Project and the command I used to run the app is npx react-native run-android. But by using this command, the node.js window open separatly and I want that the metro or node.js will also…