You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am grateful for this library as I have generated QR Code. But I need to download it too , so according to the documentation I used react-native-fs but it's showing me some errors which is not resolving. May be this is happening because my project is in expo. Can anyone please help me with the codes.
note:- there is an expo-file-system too which can be used instead of react-native-fs
here is my QrGenerator.js file , I have a great hope from you guys please help me in this. QrGenerator.txt
here I am Pasting my code from QrGenerator.js
import React, { useState } from 'react';
import {
Box, Heading, Center, Button,
NativeBaseProvider, Text, Input, FormControl, Stack
} from "native-base";
import QRCode from 'react-native-qrcode-svg';
// import { StyleSheet, View, Dimensions } from 'react-native';
export default function QrGenerator({ navigation }) {
I am grateful for this library as I have generated QR Code. But I need to download it too , so according to the documentation I used react-native-fs but it's showing me some errors which is not resolving. May be this is happening because my project is in expo. Can anyone please help me with the codes.
note:- there is an expo-file-system too which can be used instead of react-native-fs
here is my QrGenerator.js file , I have a great hope from you guys please help me in this.
QrGenerator.txt
here I am Pasting my code from QrGenerator.js
import React, { useState } from 'react';
import {
Box, Heading, Center, Button,
NativeBaseProvider, Text, Input, FormControl, Stack
} from "native-base";
import QRCode from 'react-native-qrcode-svg';
// import { StyleSheet, View, Dimensions } from 'react-native';
export default function QrGenerator({ navigation }) {
}
The text was updated successfully, but these errors were encountered: