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/50199 We don't really need another wrapper around SoLoader to decide when to load a library. SoLoader already does this for us. See: https://github.com/facebook/SoLoader/blob/62c2028a07f146bbc56c0337dacf226fcd6f95ef/java/com/facebook/soloader/SoLoader.java#L1070-L1139 I'm removing this extra unnecessary class. Changelog: [Internal] [Changed] - Reviewed By: javache Differential Revision: D71637449 fbshipit-source-id: 33a146b56f8027fdb7fc48fd6f68bdbcf0b34fd6