Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Simulate slow internet connection for React Native app development

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

like image 864
Ivan Chernykh Avatar asked Nov 01 '16 10:11

Ivan Chernykh


Video Answer


1 Answers

Give a try with CharlesProxy, it gives you the possibility of setting the bandwidth for connection using it.

enter image description here

enter image description here

like image 125
Duyen-Hoa Avatar answered Nov 15 '22 05:11

Duyen-Hoa