|
@@ -5,13 +5,12 @@
|
|
|
*/
|
|
*/
|
|
|
/* eslint-disable no-undef */
|
|
/* eslint-disable no-undef */
|
|
|
import React, { Component, useEffect, useState } from 'react'
|
|
import React, { Component, useEffect, useState } from 'react'
|
|
|
-import { Pressable, StyleSheet, View } from 'react-native'
|
|
|
|
|
|
|
+import { Pressable, StyleSheet, View, Vibration } from 'react-native'
|
|
|
import { Camera, useCameraDevice, useCodeScanner } from 'react-native-vision-camera';
|
|
import { Camera, useCameraDevice, useCodeScanner } from 'react-native-vision-camera';
|
|
|
import apiCharge from '../../api/apiCharge';
|
|
import apiCharge from '../../api/apiCharge';
|
|
|
import { PageList } from '../Router';
|
|
import { PageList } from '../Router';
|
|
|
import Dialog from '../../components/Dialog';
|
|
import Dialog from '../../components/Dialog';
|
|
|
import app from '../../../app.json';
|
|
import app from '../../../app.json';
|
|
|
-import { Vibration } from 'react-native';
|
|
|
|
|
|
|
|
|
|
export const QRResult = {
|
|
export const QRResult = {
|
|
|
haveResult: () => {
|
|
haveResult: () => {
|