You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We've had some issue with monorepos when resolving the codegen config on Android in other libraries, and found that due to versions no longer in use we could now remove the version test in `react-native-config.js` and always return the component descriptor etc.
(The monorepo issue was with using `require.main.require` which will resolve to the calling script and not the module)
For reference, here is the same PR in @react-native-community/slider:
callstack/react-native-slider#657
0 commit comments