-
Notifications
You must be signed in to change notification settings - Fork 963
fix(networking): add XHRInterceptor path for RN 0.80 #1563
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
Conversation
|
I tested this PR with a
I still get these logs but the network plugins works: reactotron-react-native-80-fix.mov |
|
I tested this PR with a
reactotron-react-native-79-fix.mov |
|
Thanks for double checking this! I believe this might be related to this RFC that got shipped with 0.80.0. However, I agree that warning does not seem to be correlate to what is defined in RFC. Similar thing has been written in their blog post.
I can take a look tomorrow if there is something to be changed, but if you believe we are good to go, let's go then! Thanks again |
|
I was also able to test and verify on react native We're good. Thank you so much for this contribution @akuul! |
|
Released in [email protected] |
|
So the error has gone away but im still seeing a warning in metro is anyone else getting this? I have installed 5.1.14 and running RN 0.80.2 |
I'm getting the same warning using: |
|
This warning will continue for the next few versions until this discussion is fruitful: react-native-community/discussions-and-proposals#893 (reply in thread) |

Please verify the following:
yarn build-and-test:localpassesDescribe your PR
With the release of React Native 0.80, XHRInterceptor path got changed, again.
This is an extension of RN 0.79 support PR #1556
Deep import will be removed at 0.82 or later so unclear what happens then :(
Test Plan
Install
reactotron-react-nativein a"react-native": "^0.80.0".