Skip to content
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
@Kaishley

Description

@Kaishley

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.

Problem:
image

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)

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions