Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Breaking: Remove YGConfigGetInstanceCount (facebook#1370)
Summary: Pull Request resolved: facebook#1370 X-link: facebook/react-native#39369 This was added in facebook#497 specifically for tests related to memory leaks in the C# bindings to count how often YGConfigFree. This is the wrong layer for this check, we don't have officially supported C# bindings anymore, and this API is not safe when Yoga runs on multiple threads. This removes it, similar to a global node instance count that was also previously removed. Reviewed By: rshest Differential Revision: D49131207 fbshipit-source-id: fa732ba593e6d1bc97c0274a73b03626d25cd556
- Loading branch information