File tree 2 files changed +0
-3
lines changed
ReactAndroid/src/main/jni/react/fabric 2 files changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -45,8 +45,6 @@ FabricMountingManager::FabricMountingManager(
45
45
cppComponentRegistry_ (cppComponentRegistry),
46
46
enableEarlyEventEmitterUpdate_(
47
47
config->getBool (" react_fabric:enable_early_event_emitter_update" )),
48
- disablePreallocateViews_(
49
- config->getBool (" react_fabric:disabled_view_preallocation_android" )),
50
48
disableRevisionCheckForPreallocation_(config->getBool (
51
49
" react_fabric:disable_revision_check_for_preallocation" )),
52
50
useOverflowInset_(getFeatureFlagValue(" useOverflowInset" )) {
Original file line number Diff line number Diff line change @@ -73,7 +73,6 @@ class FabricMountingManager final {
73
73
std::shared_ptr<const CppComponentRegistry> cppComponentRegistry_;
74
74
75
75
bool const enableEarlyEventEmitterUpdate_{false };
76
- bool const disablePreallocateViews_{false };
77
76
bool const disableRevisionCheckForPreallocation_{false };
78
77
bool const useOverflowInset_{false };
79
78
You can’t perform that action at this time.
0 commit comments