Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(web-storage): workaround autolinking issues #3200

Merged
merged 1 commit into from
Jun 20, 2024

Conversation

tido64
Copy link
Member

@tido64 tido64 commented Jun 20, 2024

Description

Workaround for autolinking not including macOS or Windows as target platforms (see react-native-community/cli#2419)

Test plan

In RNTA:

yarn
cd node_modules/@react-native-webapis/web-storage
yarn react-native codegen-windows

# This command will fail as is
# Now add `react-native-windows` to `package.json`

yarn react-native codegen-windows

# This should succeed

@github-actions github-actions bot added the feature: webapis This is related to the experimental effort around WebAPIs for RN label Jun 20, 2024
@tido64 tido64 merged commit 386ddce into main Jun 20, 2024
10 checks passed
@tido64 tido64 deleted the tido/web-storage/workaround-autolinking branch June 20, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature: webapis This is related to the experimental effort around WebAPIs for RN
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants