This repository was archived by the owner on Mar 16, 2019. It is now read-only.
This repository was archived by the owner on Mar 16, 2019. It is now read-only.
Setting any http headers results in immutable issue. #290
Closed
Description
RN Version: 0.42.0
RNFB Version: 0.10.2 (latest)
Issue on: iOS only. (Android working)
NOTE: RNFB version 0.10.0 is working.
Code:
this.http_headers = {
'authorization': 'Bearer ' + this.props.user.token,
...Network.device_info_headers
};
RNFetchBlob.config({session: 'images', fileCache: true, appendExt: 'png'})
.fetch('GET', this._signatureUrl(intervention.user_sign_logo_id), this.http_headers)