Answers for "run react native ios simulator"

1

react native run ios on specific simulator

npx react-native run-ios --simulator="iPhone SE (1st generation)"
# list devices
xcrun simctl list devices
Posted by: Guest on August-11-2021
-1

how to run react native app on simulator

react-native run-ios

it choose the simulator automatically 

react-native run-android 

for already open android emulator
Posted by: Guest on April-23-2021

Code answers related to "run react native ios simulator"

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language