Web support?
See original GitHub issueFeature Request
Web browsers have a network logger. The only thing that this library should do is “Nothing”!
When i use this library with react-native-web
,i got this error:
Failed to compile.
/Users/xxx/xxx/xxx/node_modules/react-native/Libraries/Network/XMLHttpRequest.js
Module not found: Can't resolve './RCTNetworking' in '/Users/xxx/xxx/SellerCenterApp/node_modules/react-native/Libraries/Network'
I finally solve this error by DELETE all references of this library when i am building for the web.
Additional context
On the web platform, this library should do nothing, because the browsers have their logging already.
Issue Analytics
- State:
- Created 2 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
web.support
Integrate Co-Browsing, Screen Sharing and Augmented Reality into your Website and Web Application. Without Download, without Installation, without App.
Read more >Support and Login for DIY Websites, Hosting and ... - Web.com
If you're having trouble logging in, please contact customer support at 1-800-311-2707. Sign-In ... Sales: 1 800 WEB HOST; Support: 1 800 932...
Read more >What is the web support portal and how do I set it up?
The web support portal consists of your FAQs and a contact form that feeds issues straight into your Helpshift dashboard. · To set...
Read more >9 Types of Website Support and Maintenance Services
We support your site & keep it secure ... Additionally, if you are using a website host, a web service maintenance provider will...
Read more >Websupport - Create your own website
Create your own website without prior knowledge. Order a domain and a web hosting package – we take care of the technical parts....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
@alexbrazier Yes i can test with it when i am free
@likeSo thanks for the details. I think I’ve managed to fix this in 1.10.1 (at least on expo snack). Are you able to test it with your project to see if it is working now? Feel free to reopen if there are any issues!