react-native-app-clip
react-native-app-clip copied to clipboard
excludedPackages not working with new architecture and static frameworks
When using excludedPackages with new architecture enabled and useFrameworks: "static",
CocoaPods still tries to compile excluded packages with codegen, causing build failures
with "file not found" errors for codegen headers.
Configuration:
- React Native 0.81.4 (new architecture enabled)
- expo-build-properties: useFrameworks: "static"
- excludedPackages: ["@react-native-google-signin/google-signin", ...]
Error: 'RNGoogleSignInCGen/RNGoogleSignInCGen.h' file not found