Question posted in Xcode
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
Whether you're new to Xcode or an experienced developer, our archive has everything you need to know about this integrated development environment (IDE). From basic functionalities to advanced features, our archive covers a wide range of Xcode-related questions and answers. Browse our archive now and find solutions to your Xcode questions, and take your app development skills to the next level
2
Answers
This usually means that your app is not connected to your localhost (metro bundler is not running). To solve this, you can try running the following commands:
react-native start
, thenreact-native run-ios
(this will automatically build the app so there is no need to build it in xcode).If the problem still persists, then you might have to check your localhost port and make sure that the app is using port 8081.
run
in your root folder