Files
react-native/packages
Nicola Corti eb661df2a9 Move several libraries to static linking (#41815)
Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/41815

Our Apps in OSS ends up shipping with too many .so files.
I'm attempting to move several libraries from dynamic to static.

This is a first round of it affecnting only libraries which are not
exposed via prefab and that are not having an OnLoad method

Changelog:
[Internal] [Changed] - Move several libraries to static linking

Reviewed By: NickGerleman

Differential Revision: D51895785

fbshipit-source-id: 1ba2dbbbae6b6c2639ba0e064f1b331b2a157f03
2023-12-06 09:07:03 -08:00
..