skip to Main Content

I was using netinfo library but not found internet speed using cellular or wifi network like 100 kbps/1 mbps

I tried https://www.npmjs.com/package/@react-native-community/netinfo,and https://github.com/TSjianjiao/react-native-network-speed
but facing issue with adding
‘Add new RNNetworkSpeedPackage() to the list returned by the getPackages() method’
Not able to find getPackages in MainActivity.java

2

Answers


  1. You can try the netflix api speed test.

    Login or Signup to reply.
  2. Check if this npm package fulfils your requirement.

    https://www.npmjs.com/package/react-native-network-speed

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search