microsoft / rnx-kit

Modern, scalable tools. Exceptional developer experience.
https://microsoft.github.io/rnx-kit/
MIT License
1.46k stars 94 forks source link

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

Closed tido64 closed 2 weeks ago

tido64 commented 2 weeks ago

Description

Workaround for autolinking not including macOS or Windows as target platforms (see https://github.com/react-native-community/cli/issues/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