We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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
What am I doing wrong?
The text was updated successfully, but these errors were encountered:
You may need to update AppDelegate.m with the IP address of your dev machine:
To run on device, change localhost to the IP address of your computer, and make sure your computer and iOS device are on the same Wi-Fi network.
localhost
Sorry, something went wrong.
@nick Great that worked! :-)
Merge pull request facebook#56 from nishp1/master
c62ad1e
fix facebook#45: Dispatcher fails in Chrome
No branches or pull requests
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
What am I doing wrong?
The text was updated successfully, but these errors were encountered: