-1
I don’t know if you’ve solved it yet, but sometimes it’s not a problem. Sometimes it takes a long time to download the app pro simulator and then it shows that it was an error, but it hasn’t finished receiving the app yet. See your Bundle metro window. It shows the load. Often also resets the cache with the React-Native start --reset-cache command in the project folder.
Check the tips that the error itself returns, if you do not understand English use a translator. A tip would be to check all steps of the React Native installation and its requirements.
– sant0will
Try to run like this, open two terminals in the same project folder and run the separate metro first
react-native start
and at the other terminalreact-native run-ios
and choose the emulator of your choice.– Chance