-
Notifications
You must be signed in to change notification settings - Fork 28
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
rn-debugger is broken with react-native ^0.59 #35
Comments
There has been months since this issue was posted and no response or work has begun. |
I tried to have a go at fixing this, but I'm changing things rather blindly and I don't really have time to dig further right now. Things I've seen:
It looks like a number of people have tried fixing various bits, without getting it to work fully: |
I tried so much! But i keep getting all kinds of errors. Most about the injecting part, i got it working with a old version of react. But can't seem to get it working with the new versions.. Damn i already put a good 6 hours in this |
Is this repo still maintained? |
It's not really answering the question, but might help if you're stuck: this commit shows how I got around the issue for our app. I use a different debugging tool (which I think is a bit clunkier) but it sort of works. |
With the extraction of the cli to @react-native-community/cli, the debugger is not starting anymore, failing with
FAIL Inject RemoteDev server into React Native local server, the file not found.
It seems to be looking for the server.js file in the wrong place.
I'm using version
0.8.4
with react-native0.59.10
.The text was updated successfully, but these errors were encountered: