Assuming that you are using nvm and multiple versions of node installed, here is the solution: Say that you run npm install -g react-native-cli in v6.9.5. Now make v6.9.5 as default by running nvm alias default 6.9.5 Now run react-native run-ios The…