mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
34431272c3
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/46993 Calling ReactNativeFeatureFlags::enableDeletionOfUnmountedViews() from the destructor increases the chance of accessing ReactNativeFeatureFlags during the tear down of React Native. We are moving this call into the contructor of the object which always happen on the js thread changelog: [internal] internal Reviewed By: rubennorte Differential Revision: D64190029 fbshipit-source-id: 377b85e8ff0704db0f6603662f595b75a6705693