我正在看https://facebook.github.io/react-native/docs/netinfo.html并且看起来我们确实得到了iOS的“手机”标志或Android版的“MOBILE”标志,但有没有办法区分Edge vs 3G与LTE?
答案 0 :(得分:1)
My guess is that you will have to go to the native side of things. Here you have examples for iOS and Android. The binding to React Native is rather easy, and you can find some help on the documentation.