Skip to content

Commit 1663c7b

Browse files
authored
Merge pull request wkh237#127 from thalelinh/master
Fixed trusty example calling `then` instead of `fetch`
2 parents 073cc3c + 1a315a3 commit 1663c7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -790,7 +790,7 @@ By default, rn-fetch-blob does NOT allow connection to unknown certification pro
790790
RNFetchBlob.config({
791791
trusty : true
792792
})
793-
.then('GET', 'https://mysite.com')
793+
.fetch('GET', 'https://mysite.com')
794794
.then((resp) => {
795795
// ...
796796
})

0 commit comments

Comments
 (0)