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
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!
The text was updated successfully, but these errors were encountered:
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.
open rndebugger://set-debugger-loc?host=localhost&port=19001
open
no such file or directory
Sorry, something went wrong.
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).
Command+T
Right on man! Thank you so much.
No branches or pull requests
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
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!
The text was updated successfully, but these errors were encountered: