Skip to content

aattola/rn-codegen-exclude

Repository files navigation

Reproducer

This reproducer demonstrates a bug in react-native where the codegen is not properly excluding libraries that are disabled in the react-native.config.js file.

Steps to reproduce

  1. Run yarn install / npm install
  2. Run codegen or install pods npx pod-install
  3. Check that codegen didn't exclude react-native-screens from: ios/build/generated/ios/RCTThirdPartyComponentsProvider.mm

Expected behavior

The codegen should properly exclude the libraries that are disabled in the react-native.config.js file.

Test expected behaviour and patch with npx patch-package

About

reproducer

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published