Skip to content

Conversation

@treyreynolds
Copy link

If you attempt to download a file that is larger than ~2 GB on Android you won't receive any progress updates. The fix in this case is simply hard coding a max contentLength so that at least delta updates will come through. This was confirmed to work experimentally and is admittedly a small edge case.

Ron Radtke and others added 6 commits November 8, 2022 20:39
* RN new architecture support

Merge branch 'pulls/663244431/186' into develop

Thanks a lot for your effort @cipolleschi and  @cortinico
* support for new arch

Merge remote-tracking branch 'origin/develop'
Fix link in CONTRIBUTING.md to dev project
Ron Radtke and others added 23 commits November 10, 2022 22:16
* migration to new architecture
fix: with react-native-web product build will `export 'URIUtil' (reexported as 'URIUtil') was not found`
Fix ext check condition not correct.
Declaring excludeFromBackupKey in index.d.ts so it is accessible in typescript.
I was facing no lambda support in source 7. To fix it I have added it.
// this is required to support formData on android
…checking for key first, to prevent potential async issues
Add legacy constants to the module spec
anupriya13 and others added 23 commits May 26, 2025 16:24
Upgrade react-native and react-native-windows
 Add targetHostIp option, support concurrent STA in Android
…tsLibrary for iOS. Refactor asset handling methods to accommodate PHAsset, including changes to data retrieval and metadata extraction.
Update React Native Blob Util to use Photos framework instead of Asse…
Thank you very much!
fix(ios): progress interval and count read incorrectly
fixes #391
…nkAddress

* In Android 10, with previous versions of Android SDK this fallback was working but something changed. The previous logic was incorrect and was matching the host ip (current device) with the targetHostIp (the device we want to connect to).
* Code is now more robust and uses DHCP (A11+) or Route info (A10 or older, and A11+ if DHCP fails)
…android-10-or-older

Refactor getNetworkForIp for Android<=10, use RouteInfo instead of LinkAddress
#fixes 443
#fixes #441
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.