Answers for "how to run react native project in ios simulator"

2

react native run ios runing the app in simulator not in Iphone

react-native run-ios --device

this is for connected devices


react-native run-ios --simulator="simulator name"

or 

react-native run-ios --simulator
Posted by: Guest on May-07-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 "how to run react native project in ios simulator"

Code answers related to "Javascript"

Browse Popular Code Answers by Language