How can i simulate a slow internet connection for React Native app testing on iOs simulator?
I tried with Chrome Developers tools to change throttle in Network tab as said here: https://stackoverflow.com/a/26313279/1206613, but with no luck.
Also tried this solution, but also no go: http://thisbythem.com/blog/simulating-a-slow-internet-connection-on-osx/
Thanks