Skip to main content

Fetch is not working for android device in React native 0.62.2

REF :  GitHub

TypeError: Network request failed On Android #25244


SOLUTION :-


android/gradle.properties

Add this

FLIPPER_VERSION=0.50.0


Comments