TIL (react native, EC2, gvm)
react-native Launching two instances of a react-native project in two simulators You’ll see this error when you try to run the second instance This is because react-native runner won’t start the second emulator instance automatically. You need to start it…