I am searching that for a day but can't get proper solution.
I have to know how to profile network requests on my react-native app.
I am uploading data to the API and two servers and want to know what is the size of uploaded data. How can I track that.
I tried Android Studio Network Profiler but I think it misses some request parts and there is an IOS side of application. Any advice?
Thanks in advance