You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-12 22:57:38 +02:00
Load resources in WebView and put todos on top
This commit is contained in:
@ -38,6 +38,10 @@ function shimInit() {
|
||||
throw new Error('fetchBlob: ' + method + ' ' + url + ': ' + error.toString());
|
||||
}
|
||||
}
|
||||
|
||||
shim.readLocalFileBase64 = async function(path) {
|
||||
return RNFetchBlob.fs.readFile(path, 'base64')
|
||||
}
|
||||
}
|
||||
|
||||
export { shimInit }
|
Reference in New Issue
Block a user