chore: upgrade react native & deps (#2231)

This commit is contained in:
Aman Harwara
2023-02-28 01:30:51 +05:30
committed by GitHub
parent 096a5478f3
commit fb7cc1049f
180 changed files with 1491 additions and 1621 deletions

View File

@@ -1,4 +1,4 @@
import AsyncStorage from '@react-native-community/async-storage'
import AsyncStorage from '@react-native-async-storage/async-storage'
import {
DatabaseKeysLoadChunk,
DatabaseKeysLoadChunkResponse,

View File

@@ -1,4 +1,4 @@
import AsyncStorage from '@react-native-community/async-storage'
import AsyncStorage from '@react-native-async-storage/async-storage'
export class LegacyKeyValueStore {
set(key: string, value: string): Promise<void> {