Skip to content

Commit

Permalink
Merge pull request #127 from thalelinh/master
Browse files Browse the repository at this point in the history
Fixed trusty example calling `then` instead of `fetch`
  • Loading branch information
Traviskn authored Jul 26, 2018
2 parents 073cc3c + 1a315a3 commit 1663c7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -790,7 +790,7 @@ By default, rn-fetch-blob does NOT allow connection to unknown certification pro
RNFetchBlob.config({
trusty : true
})
.then('GET', 'https://mysite.com')
.fetch('GET', 'https://mysite.com')
.then((resp) => {
// ...
})
Expand Down

0 comments on commit 1663c7b

Please sign in to comment.