Skip to content
This repository was archived by the owner on Mar 16, 2019. It is now read-only.

Commit 2aea0b5

Browse files
grylancewkh237
authored andcommitted
Fix path argument in iOS excludeFromBackupKey (#473)
1 parent 1336555 commit 2aea0b5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ios.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ function openDocument(path:string, scheme:string) {
4343
* @param {string} url URL of the resource, only file URL is supported
4444
* @return {Promise}
4545
*/
46-
function excludeFromBackupKey(url:string) {
46+
function excludeFromBackupKey(path:string) {
4747
return RNFetchBlob.excludeFromBackupKey('file://' + path);
4848
}
4949

0 commit comments

Comments
 (0)