According to FileSystem.FileSystemSessionType, when doing FileSystem.uploadAsync the method will return a promise. Do promises still or get executed when resuming a react-native application?
Also it says it continues retrying until canceled, but I can't FileSystem.uploadAsync returns a Promise
and not something that allows cancellation. I think I may ask this part as another question