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 tried to use relay-devtools standalone with react-native app.
git clone https://github.com/relayjs/relay-devtools.git cd relay-devtools yarn install yarn build:standalone yarn test:standalone
After devtools standalone version launched :
Follow react native guide on the screen,
The screen is changed to
It's empty. On the electron devtools of relay devtools standalone version :
I just tried to use the standalone version with React dom. It works perfectly.
But there is a different structure of logs.
If you have any idea of this, please let me know. 🙏
The text was updated successfully, but these errors were encountered:
The problem is caused by the port. Relay devtools standalone version uses the port 8097 as default. React devtools also uses that port as default.
The best way to use realy devtools with another port number is flipper-plugin-relay-devtools.
One thing to note is the installation.
Sorry, something went wrong.
No branches or pull requests
I tried to use relay-devtools standalone with react-native app.
After devtools standalone version launched :
Follow react native guide on the screen,
The screen is changed to
It's empty. On the electron devtools of relay devtools standalone version :
I just tried to use the standalone version with React dom. It works perfectly.
But there is a different structure of logs.
If you have any idea of this, please let me know. 🙏
The text was updated successfully, but these errors were encountered: