fix(codegen): fix react-native modules/components duplication#2817
fix(codegen): fix react-native modules/components duplication#2817gabrieldonadel wants to merge 1 commit intomicrosoft:mainfrom
Conversation
bc2a342 to
3c7a020
Compare
3c7a020 to
d0f2866
Compare
|
@Saadnajmi Do we need to generate code for iOS? Can we just change line 205 to react-native-macos/packages/react-native/package.json Lines 203 to 207 in c597bf8 |
A lot of code assumes the "ios" directory so that will probably end up being a large change, maybe a follow up. I can try testing if it's simple, otherwise I prefer this fix now and that as a follow up. |
Also given that codegen is all platform agnostic c++ mostly, I'd rather it be "apple". I think tvOS and visionOS are reusing "ios" too |
|
I'm actually wondering if codegen already generated them for |
Summary:
In
react-native-macos0.81, runningpod installwill error out due to react-native modules/components duplication when using react-native and react-native-macos in the same repository.Test Plan:
Pod install should succeed and the app should build normally.