We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67649da commit 6b3b0abCopy full SHA for 6b3b0ab
ios.js
@@ -43,7 +43,7 @@ function openDocument(path:string, scheme:string) {
43
* @param {string} url URL of the resource, only file URL is supported
44
* @return {Promise}
45
*/
46
-function excludeFromBackupKey(url:string) {
+function excludeFromBackupKey(path:string) {
47
return RNFetchBlob.excludeFromBackupKey('file://' + path);
48
}
49
0 commit comments