Closed
Description
Description
Recently we've landed few improvements to autolinking mechanism, but since autolinking was moved to Core we need to replicate these fixes:
- feat: Support autolinking C++ only TurboModules on Android react-native-community/cli#2387 which adds support for autolinking C++ Pure TurboModules on Android,
- perf(autolinking): get platform's specific properties react-native-community/cli#2379 which introduces new option
--platform
with which only platform's specific Config is fetched.
cc: @cortinico