mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46422 Stubbing SoLoader comes with a couple of breaking changes (e.g. users in OSS are using `com.facebook.common.logging.FLog` which is exposed by Fresco). In order to reduce those breaking changes, here I'm moving React Native to use SoLoader 0.12.0. This new version comes with a constructor that accepts a MergedSoMapping implementation which we provide only for OSS apps. Please note that the CI on this Diff will be red till SoLoader 0.12.0 releases. Changelog: [Internal] [Changed] - Do not stub SoLoader and use version 0.12.0 Reviewed By: cipolleschi Differential Revision: D62447566 fbshipit-source-id: 6ff38799ed0c9f40cf3ab84be8a05979def63dc2