yestay90
Results
2
issues of
yestay90
## Describe the Feature Netinfo is showing only one connection at a time. Is it possible to show that device has both cellular network and wifi connection? ## Possible Implementations...
enhancement
Hello, I had a problem with basicAuth prop. On batcher.js ``` if (options.basicAuth) { const basicAuth = 'Basic ' + btoa(options.basicAuth) ``` This code set some other value and I...