FIX: Lint

This commit is contained in:
Marcos Rodriguez Velez 2024-06-12 18:12:37 -04:00
parent ec20729323
commit bdb25c5a7f
No known key found for this signature in database
GPG Key ID: 6030B2F48CCE86D7
2 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
import React, { useMemo } from 'react';
import React, { useCallback, useMemo } from 'react';
import { NativeStackNavigationOptions } from '@react-navigation/native-stack';
import { I18nManager, TouchableOpacity, View } from 'react-native';
import { Icon } from '@rneui/themed';

4
package-lock.json generated
View File

@ -23,8 +23,8 @@
"@react-navigation/native": "6.1.17",
"@react-navigation/native-stack": "6.9.26",
"@remobile/react-native-qrcode-local-image": "https://github.com/BlueWallet/react-native-qrcode-local-image",
"@rneui/base": "^4.0.0-rc.8",
"@rneui/themed": "^4.0.0-rc.8",
"@rneui/base": "4.0.0-rc.8",
"@rneui/themed": "4.0.0-rc.8",
"@spsina/bip47": "github:BlueWallet/bip47#f4b8047",
"aezeed": "0.0.5",
"assert": "2.1.0",