Nguyen Tran Cong
Nguyen Tran Cong
Many thanhs ``` " self.initialProps = @{}; bool didFinish=[super application:application didFinishLaunchingWithOptions:launchOptions]; // splash screen [RNSplashScreen show]; return didFinish; }" ``` its working with me
I've fixed the same below It worked and hopefully yours can too ``` import java.lang.reflect.Field; import android.database.CursorWindow; try { Field field = CursorWindow.class.getDeclaredField("sCursorWindowSize"); field.setAccessible(true); field.set(null, 500 * 1024 * 1024);...
I have had the same issue ``` ERROR [TypeError: Network request failed] LOG ------------------- [AuthRetryableFetchError: Network request failed] ``` I fixed the issue by reinstalling all the packages but did...