Skip to content

Commit 1a315a3

Browse files
Fixed trusty example calling then instead of fetch
1 parent 073cc3c commit 1a315a3

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)