Skip to content

Commit 4888b33

Browse files
feat: Update react native async local storage to v2. (#930)
**Requirements** - [x] I have added test coverage for new or changed functionality - [x] I have followed the repository's [pull request submission guidelines](../blob/main/CONTRIBUTING.md#submitting-pull-requests) - [x] I have validated my changes against all supported platform versions **Related issues** #929
1 parent 3f49b2e commit 4888b33

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/sdk/react-native/example/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
},
2323
"dependencies": {
2424
"@launchdarkly/react-native-client-sdk": "workspace:^",
25-
"@react-native-async-storage/async-storage": "^1.21.0",
25+
"@react-native-async-storage/async-storage": "^2.0.0",
2626
"expo": "52.0.14",
2727
"expo-status-bar": "~1.11.1",
2828
"react": "18.3.1",

packages/sdk/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
},
4343
"dependencies": {
4444
"@launchdarkly/js-client-sdk-common": "1.15.1",
45-
"@react-native-async-storage/async-storage": "^1.21.0",
45+
"@react-native-async-storage/async-storage": "^2.0.0",
4646
"base64-js": "^1.5.1"
4747
},
4848
"devDependencies": {

0 commit comments

Comments
 (0)