Probably the setup instructions:
brew install cocoapods
)brew install watchman
)cd ios && pod install
yarn install
yarn run ios
Probably gucci.
You can also split up Metro (aka webpack) and simulator:
yarn start
-- starts metro compiler in the foreground)react-native run-ios
- starts the simulator and runs the app