Marius Reimer
Marius Reimer
have you tried this library? https://github.com/itinance/react-native-fs
@SteveTro it should be called "headers"
@luigbren To remove a listener, you would do something like `const listener = Upload.addListener(....)` and then `listener.remove()`. I saw that the TypeScript definitions may not be correct here...
@petrbela should be fixed if you add both `implementation 'com.squareup.okhttp3:okhttp:4.3.0` and `implementation 'com.squareup.okhttp3:okhttp:3.X.X` (take the specific version from react-native)
On Android versions >= 8.0 Oreo it is required by Google's policy to display a notification when a background service (such as uploading a file in the background) runs
@bneigher I don't think it is fixable...but the android code is in the /android folder if you mean that
AFAIK it should be enough to enable the notification, by setting ` options: { notification: { enabled: true ... } ` when doing an upload
40000 single images? can you share some code?
the `uploadId` should be there to differentiate between uploads
can you provide a bigger/formatted example?