-
-
Notifications
You must be signed in to change notification settings - Fork 176
Expand file tree
/
Copy pathreact-native+0.81.4.patch
More file actions
13 lines (11 loc) · 709 Bytes
/
Copy pathreact-native+0.81.4.patch
File metadata and controls
13 lines (11 loc) · 709 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp b/node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp
index 667aec1..5cd9376 100644
--- a/node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp
+++ b/node_modules/react-native/ReactCommon/react/featureflags/ReactNativeFeatureFlags.cpp
@@ -215,7 +215,7 @@ double ReactNativeFeatureFlags::preparedTextCacheSize() {
}
bool ReactNativeFeatureFlags::preventShadowTreeCommitExhaustion() {
- return getAccessor().preventShadowTreeCommitExhaustion();
+ return true;
}
bool ReactNativeFeatureFlags::traceTurboModulePromiseRejectionsOnAndroid() {