I want to run my react native app twice: my device + simulator.
I don't mind using two metro bundler instances. How can I do that?
Right now, both my devices connect to 8081 - and whenever one connects, it kicks the other one off.
(I first built from XCode to my device/simulator, and then I run react-native start
)