Skip to content

Commit d160cff

Browse files
committed
Fixed incorrect path for demo app
1 parent f23bd25 commit d160cff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RNFetchBlobWin/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ const App: () => React$Node = () => {
109109

110110
// unlink()
111111
const unlinkCall = () => {
112-
RNFetchBlob.fs.unlink(RNFetchBlob.fs.dirs.DocumentDir + '/' + existsParam)
112+
RNFetchBlob.fs.unlink(RNFetchBlob.fs.dirs.DocumentDir + '/' + unlinkParam)
113113
.then(
114114
Alert.alert('file/directory successfully unlinked')
115115
)

0 commit comments

Comments
 (0)