Target Branch
0.81
Link to commit or PR to be picked
facebook/react-native@f170db4
Description
This has been around for a few releases, but has become relevant for us at Expo since we're making a lot of subtle autolinking changes in SDK 54.
Once the inputs for the React Native app build change, e.g. adding a transitive dependency, we noticed that in iOS builds this was still not being picked up. The PR linked addresses that there was a remaining autolinking-like resolution algorithm in codegen that was stopping the autolinking script from driving what's included in codegen, causing misalignment in some cases