Suchandrim Sarkar

Results 9 comments of Suchandrim Sarkar

@hansyulian I am not sure if you are stuck, but it works for me. The following code checks existing backup, uploads new backup, deletes old backup and also fetches the...

@RobinBobin I get the error in Android `[AbortError: Aborted]` Works fine in ios

On further investigation, The issue is with Timeout. Increase it, and it will work.

@Kudo @DavePodosyan Just to add, On android The app crashes after sometime as well. Most probably related to this Crash Log: ``` Caused by android.os.TransactionTooLargeException: data parcel size 998260 bytes...

@vshkl Same here. Issue got fixed as soon as i removed `options={{ enableChangeListener: true }}`

@leabaertschi Nope. Its a very weird issue and happens only in a few apps on android. Sharing from apps like Chrome, reddit etc works fine. But for Amazon, Playstation etc,...

@leabaertschi @UnknownCoder56 Did v4.1.1 fix this for you? I am still on expo 52, so applied a patch but doesn't solve the issue ``` diff --git a/node_modules/expo-share-intent/android/src/main/java/expo/modules/shareintent/ExpoShareIntentModule.kt b/node_modules/expo-share-intent/android/src/main/java/expo/modules/shareintent/ExpoShareIntentModule.kt index 72e367f..ff965bd...