Skip to content

Commit 709c4c3

Browse files
authored
fix: set codegenConfig key to macos (microsoft#2822)
## Summary: Per suggestion from @tido64 , set this key to `macos` so codegen doesn't complain about duplicate ios modules. Not sure if this fix holds if we want to use react-native-macos for iOS or visionOS, but time will tell. ## Test Plan: CI should pass
1 parent f9584c3 commit 709c4c3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

packages/react-native/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -202,7 +202,7 @@
202202
{
203203
"name": "FBReactNativeSpec",
204204
"type": "all",
205-
"ios": {
205+
"macos": {
206206
"modules": {
207207
"AccessibilityManager": {
208208
"unstableRequiresMainQueueSetup": true

0 commit comments

Comments
 (0)