react-native-background-upload
react-native-background-upload copied to clipboard
File exists returns false
I'm testing on iOS 12.1. Whenever I get assets paths from CameraRoll and pass them to getFileInfo, everythings ok, it sends image but returns that file doesn't exist. Any suggestions?

@remigijusbalc it expects a file:// prefix. What were you passing into getFileInfo? Also, please open xcode, debug the app, and set a breakpoint at ios/VydiaRNFileUploader.m:58. Then you can step through the native code yourself and see what's going on.