Update fs.js

This commit is contained in:
marcosrdz 2020-12-12 13:29:34 -05:00
parent 376156a423
commit af70ae3bc7

View file

@ -6,7 +6,7 @@ import loc from '../loc';
import DocumentPicker from 'react-native-document-picker';
import isCatalyst from 'react-native-is-catalyst';
import { launchCamera, launchImageLibrary } from 'react-native-image-picker';
import { presentCameraNotAuthorizedAlert } from './class/camera';
import { presentCameraNotAuthorizedAlert } from '../class/camera';
const LocalQRCode = require('@remobile/react-native-qrcode-local-image');
const writeFileAndExport = async function (filename, contents) {