-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
I'm trying to run a React Native application on my iPod, however I'm getting a "Could not connect to development server" (
react-native/ReactKit/Base/RCTRootView.m
Line 140 in fd8b7de
NSLocalizedDescriptionKey: @"Could not connect to development server. Ensure node server is running - run 'npm start' from ReactKit root", |
What am I doing wrong?
Metadata
Metadata
Assignees
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
nick commentedon Feb 10, 2015
You may need to update AppDelegate.m with the IP address of your dev machine:
SanderSpies commentedon Feb 10, 2015
@nick Great that worked! :-)
Merge pull request facebook#56 from nishp1/master