Skip to content

Commit

Permalink
Making async storage not required.
Browse files Browse the repository at this point in the history
Currently there is no way to avoid downloading async storage. Even when we supply our own alternative storage provider. This is causing errors.

ds300/patch-package#49
  • Loading branch information
siderakis authored Jun 17, 2023
1 parent 46b297c commit 8834282
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/analytics-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
"@amplitude/analytics-core": "^2.0.0-beta.0",
"@amplitude/analytics-types": "^2.0.0-beta.0",
"@amplitude/ua-parser-js": "^0.7.31",
"@react-native-async-storage/async-storage": "^1.17.11",
"tslib": "^2.4.1"
},
"devDependencies": {
Expand All @@ -75,7 +74,8 @@
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react-native": "*",
"@react-native-async-storage/async-storage": "^1.17.11"
},
"react-native-builder-bob": {
"source": "src",
Expand Down

0 comments on commit 8834282

Please sign in to comment.