Skip to content

Instantly share code, notes, and snippets.

@chiraggshah
Created April 25, 2019 06:35
Show Gist options
  • Select an option

  • Save chiraggshah/923ddbeeae1ee907471294f8992944b0 to your computer and use it in GitHub Desktop.

Select an option

Save chiraggshah/923ddbeeae1ee907471294f8992944b0 to your computer and use it in GitHub Desktop.

node_modules/react-native/local-cli/runIOS/findMatchingSimulator.js line 30

replace version.indexOf('iOS') !== 0 with !version.includes('iOS')

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment