Skip to content

Commit 0ceea79

Browse files
vicprzAlmouro
authored andcommitted
šŸ› fix: migrate from @react-native-community/async-storage to @react-native-async-storage/async-storage
1 parent 3b97e3f commit 0ceea79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

ā€Žindex.tsxā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
import React from "react";
22
import { Linking, Platform } from "react-native";
3-
import AsyncStorage from "@react-native-community/async-storage";
3+
import AsyncStorage from "@react-native-async-storage/async-storage";
44
import {
55
NavigationContainer,
66
NavigationState,

ā€Žpackage.jsonā€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"peerDependencies": {
1616
"react": "*",
1717
"react-native": "*",
18-
"@react-native-community/async-storage": "*",
18+
"@react-native-async-storage/async-storage": "*",
1919
"@react-navigation/native": "*"
2020
},
2121
"author": "Almouro",

0 commit comments

Comments
Ā (0)