Skip to content

Commit

Permalink
fix(web-storage): workaround autolinking issues
Browse files Browse the repository at this point in the history
  • Loading branch information
tido64 committed Jun 20, 2024
1 parent c89b1b3 commit 4eb5aa6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/tricky-comics-obey.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@react-native-webapis/web-storage": patch
---

Workaround for autolinking not including macOS or Windows as target platforms (see https://github.com/react-native-community/cli/issues/2419)
2 changes: 2 additions & 0 deletions incubator/@react-native-webapis/web-storage/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,8 @@
"prettier": "^3.0.0",
"react": "18.2.0",
"react-native": "^0.73.0",
"react-native-macos": "^0.73.0",
"react-native-windows": "^0.73.0",
"typescript": "^5.0.0"
},
"codegenConfig": {
Expand Down
2 changes: 2 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3305,6 +3305,8 @@ __metadata:
prettier: "npm:^3.0.0"
react: "npm:18.2.0"
react-native: "npm:^0.73.0"
react-native-macos: "npm:^0.73.0"
react-native-windows: "npm:^0.73.0"
typescript: "npm:^5.0.0"
peerDependencies:
"@callstack/react-native-visionos": ">=0.73"
Expand Down

0 comments on commit 4eb5aa6

Please sign in to comment.