After android version 9 Pie, we need to use usesCleartextTraffic property for network security purposes, but when I am using this property with react native auto-refresh is not happening.
<application android:usesCleartextTraffic="true" android:networkSecurityConfig="@xml/network_security_config" . . > -- -- --</application>