Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

[iOS] Fix for failure to write base64 encoded strings #433

Merged
merged 1 commit into from
Jul 17, 2017

Conversation

joshbax
Copy link
Contributor

@joshbax joshbax commented Jul 14, 2017

On iOS, RNFetchBlobWriteStream.write() silently fails for base64 encoded strings.

RNFetchBlobFS.writeEncodeChunk() improperly allocated NSData for base64 encoded strings. The local variable decodedData would then be nil, resulting in a silent failure with no data written.

It's possible #334 is related.

@wkh237 wkh237 merged commit 712c8a3 into wkh237:0.10.7 Jul 17, 2017
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants