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

Commit

Permalink
Fix path argument in iOS excludeFromBackupKey (#473)
Browse files Browse the repository at this point in the history
  • Loading branch information
grylance authored and wkh237 committed Aug 9, 2017
1 parent 1336555 commit 2aea0b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ios.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ function openDocument(path:string, scheme:string) {
* @param {string} url URL of the resource, only file URL is supported
* @return {Promise}
*/
function excludeFromBackupKey(url:string) {
function excludeFromBackupKey(path:string) {
return RNFetchBlob.excludeFromBackupKey('file://' + path);
}

Expand Down

0 comments on commit 2aea0b5

Please sign in to comment.