1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-06-12 22:57:38 +02:00

All: Added fs drivers and encryption service

This commit is contained in:
Laurent Cozic
2017-12-11 23:52:42 +00:00
parent 0f343bccda
commit 8a282fd2e1
14 changed files with 403 additions and 3 deletions

View File

@ -5,9 +5,9 @@ const RNFetchBlob = require('react-native-fetch-blob').default;
function shimInit() {
shim.Geolocation = GeolocationReact;
shim.setInterval = PoorManIntervals.setInterval;
shim.clearInterval = PoorManIntervals.clearInterval;
shim.sjclModule = require('lib/vendor/sjcl-rn.js');
shim.fetch = async function(url, options = null) {
return shim.fetchWithRetry(() => {