- Run
npm install
to install all dependencies - Run
npx pod-install
to install all pod dependencies - Run
npx react-native start
to start the metro server - Run
npx react-native run-ios
to start the application in a simulator
npm install
to install all dependenciesnpx pod-install
to install all pod dependenciesnpx react-native start
to start the metro servernpx react-native run-ios
to start the application in a simulator