'React Native: How to get upload speed and network signal strength?
I am currently tasked with developing an application that gives the user various information and details about his network connection using React Native. The main issue is that I am unable to find a library or method to get the user's upload speed or signal strength.
I am using these libraries to get the download speed and network information:
react-native-network-bandwith-speed @react-native-community/netinfo
These are working just fine.
I found many APIs that allow the integration of fast.com or speedtest.net, but these are not compatible with React Native.
The only thing(s) missing is the upload speed, and signal strength. Any help would be greatly appreciated.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|