mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
Update fs.js
This commit is contained in:
parent
376156a423
commit
af70ae3bc7
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||
|
|
Loading…
Add table
Reference in a new issue