I have a react-native app that I want to measure the data usage per user and gather them to optimize it later.
I saw old questions for native android suggesting that trafficStats may give stats by UUID.
What possibilities are there for react-native?