We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
On iOS, files are always uploaded in binaryStreamOnly mode.
I'm not an Objective C expert, but the issue seems to be that the assignment here isn't taking.
react-native-fs/RNFSManager.m
Line 591 in 3bc8e39
(lldb) print options[@"binaryStreamOnly"] (__NSCFBoolean *) $15 = 0x000000010eb98380 NO (lldb) print params.binaryStreamOnly (BOOL) $16 = YES
The text was updated successfully, but these errors were encountered:
I'm wondering if this is because the params object isn't actually initialised, but is only allocated? Would that make any sense?
params
EDIT: I think that's garbage
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
On iOS, files are always uploaded in binaryStreamOnly mode.
I'm not an Objective C expert, but the issue seems to be that the assignment here isn't taking.
react-native-fs/RNFSManager.m
Line 591 in 3bc8e39
The text was updated successfully, but these errors were encountered: