Alpha
Alpha
Expo constructs headers on Android - https://github.com/expo/expo/blob/da133f953e946fa77ad06d5515f69a9462671805/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.java#L891-L911 - https://github.com/expo/expo/blob/da133f953e946fa77ad06d5515f69a9462671805/packages/expo-file-system/android/src/main/java/expo/modules/filesystem/FileSystemModule.java#L925-L928 And on iOS, there is apparently a convenient native call https://developer.apple.com/documentation/foundation/nsurlsession/1411598-downloadtaskwithresumedata
Added progress events in branch https://github.com/alpha0010/react-native-file-access/tree/download-progress . I plan to test a bit more before tagging a release.
Thanks. Just published, but of course if you notice any bugs in your testing/use, open an issue here. Download progress updates live in 1.7.0.
Thanks for your interest. To confirm, passing request body works for you (when using this library), but it is missing request cancel? Background architecture for supporting cancels is already there....
Published a release; let me know how it works for you.
Would be great if you have time to get a start on tests.
Thanks for your efforts. I had been thinking, perhaps it would be easier to create a page in the example app that when viewed, runs tests. This would not be...
I created the branch `automated-ci`. Could you target a PR at it? Keeping your testing structure implementation around is likely to be useful in the future. However for the time...
Definitely annoying. My workaround for iOS was to use AssistiveTouch to put a button on screen that triggers the shake gesture. Frequently shaking a device during development is *not* good...
I recently created https://github.com/alpha0010/react-native-pdf-viewer . Uses Kotlin (Swift for iOS) and has both a native module and a native UI component. No claims that my code is good. However it...