We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0dd99f commit df8211cCopy full SHA for df8211c
1 file changed
src/libs/prepareRequestPayload/index.native.ts
@@ -18,7 +18,7 @@ const prepareRequestPayload: PrepareRequestPayload = (command, data, initiatedOf
18
return Promise.resolve();
19
}
20
21
- if (key === 'receipt' && initiatedOffline) {
+ if ((key === 'receipt' || key === 'file') && initiatedOffline) {
22
const {uri: path = '', source} = value as File;
23
24
return readFileAsync(source, path, () => {}).then((file) => {
0 commit comments