Igor Mityushev
Igor Mityushev
@sandeep14 please take a look at https://github.com/Vydia/react-native-background-upload/pull/347#issuecomment-2203998667
Hi, @erickalvesduobox I followed the instructions, and the receiver error is gone for me. You can try using this patch file with patch package: ``` # Reason for the 1st...
@vSyrotkinRelevant for now, I am using ``` import * as FileSystem from 'expo-file-system'; const downloadPath = FileSystem.documentDirectory ``` As this approach returns the existing directory for both `ios` and `android`,...
Yo guys, Sharing my expo config plugin for AppDelegate modification. Works fine so far: ``` const { withAppDelegate } = require('@expo/config-plugins'); function withRNBackgroundDownloader(expoConfig) { return withAppDelegate(expoConfig, async appDelegateConfig => {...
hey @anindya2791 I've implemented your changes and it indeed builds and works as expected. Thanks for your work (cc @sandeep14) However, I have issues with uploading my APK to the...
@kevinmartin33 thank you so much for sharing your solution for this problem! Will try your suggested approach
hey @Abdelsattar In the end I provided the reasoning for the foreground permission usage to google reviewers as well as video showcasing the upload functionality. It worked. Looks like this...
@raahimkhan did you try to check suggestions mentioned in other open issues? For example, https://github.com/Vydia/react-native-background-upload/issues/350
Hey, @Dallas62 could you please provide an example of this lazy loading?