mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Summary: In order to extend / use `DestructorThread.Destructor` outside of `com.facebook.jni`, we need access modifiers to be less strict: - `Destructor#Destructor()`: package protected -> public - `Destructor#destruct()`: package protected -> protected This will enable Yoga to move from finalizers to `DestructorThread.Destructor` without having to buy into `HybridData` completely. Reviewed By: cjhopman Differential Revision: D16182362 fbshipit-source-id: ad616c403df8e7c1e3d751131cfb7a9cfe62cf24