Skip to content
New issue

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

RND doesn't play well with Expo. #142

Closed
Visylvius opened this issue Sep 11, 2017 · 3 comments
Closed

RND doesn't play well with Expo. #142

Visylvius opened this issue Sep 11, 2017 · 3 comments
Labels

Comments

@Visylvius
Copy link

Visylvius commented Sep 11, 2017

Hi guys. I've been trying to use RND with expo for some time and have been running into a few problems. i've been following these posts
https://www.gravitywell.co.uk/latest/rd/posts/react-native-debugger-expo-awesome/
#84

Major problem i've been running into is that whenever I try to run anything CLI related I get the following
This is the command I typically run

rndebugger://set-debugger-loc?host=localhost&port=19001
[1] 7146
zsh: no such file or directory: rndebugger://set-debugger-loc?host=localhost
[1]  + 7146 exit 127   rndebugger://set-debugger-loc?host=localhost

React Native Debugger app version: 0.7.7
React Native version: https://github.com/expo/react-native/archive/sdk-20.0.0.tar.gz
Platform: Android
Is real device of platform: [Yes or No] No. Genymotion/Expo
Operating System: macOS

any help would be greatly appreciated. Thanks!

@jhen0409
Copy link
Owner

The command should be open rndebugger://set-debugger-loc?host=localhost&port=19001, you're missing open so it causes no such file or directory error.

@jhen0409
Copy link
Owner

Also, you could type Command+T to new debugger window and specify the Expo packager port (documentation), or use npm package (see doucmentation and examples).

@Visylvius
Copy link
Author

Right on man! Thank you so much.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants