Skip to content

Conversation

@gabrieldonadel
Copy link

Summary:

In react-native-macos 0.81, running pod install will error out due to react-native modules/components duplication when using react-native and react-native-macos in the same repository.

image

Test Plan:

Pod install should succeed and the app should build normally.

@gabrieldonadel gabrieldonadel requested a review from a team as a code owner January 22, 2026 02:36
@gabrieldonadel gabrieldonadel force-pushed the @gabrieldonadel/fix-codegen branch 2 times, most recently from bc2a342 to 3c7a020 Compare January 22, 2026 11:02
@gabrieldonadel gabrieldonadel force-pushed the @gabrieldonadel/fix-codegen branch from 3c7a020 to d0f2866 Compare January 22, 2026 11:10
@tido64
Copy link
Member

tido64 commented Jan 22, 2026

@Saadnajmi Do we need to generate code for iOS? Can we just change line 205 to "macos"?

"name": "FBReactNativeSpec",
"type": "all",
"ios": {
"modules": {
"AccessibilityManager": {

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

pod install fails on 0.81 "Some components or modules are declared in more than one libraries"

2 participants