Skip to content

Commit

Permalink
refactor: change to @react-native-async-storage/async-storage fix a…
Browse files Browse the repository at this point in the history
  • Loading branch information
ddikodroid committed Feb 24, 2022
1 parent a5d5ab0 commit afad92b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ import {
TextInput,
Platform,
ActivityIndicator,
AsyncStorage,
FlatList
} from "react-native";
import emoji from "emoji-datasource";
import AsyncStorage from "@react-native-async-storage/async-storage";

export const Categories = {
all: {
Expand Down
5 changes: 5 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,11 @@
"dependencies": {
"emoji-datasource": "^6.0.0"
},
"peerDependencies": {
"react": "*",
"react-native": "*",
"@react-native-async-storage/async-storage": "^1.16.0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/arronhunt/react-native-emoji-selector.git"
Expand Down

0 comments on commit afad92b

Please sign in to comment.