Skip to content

Commit 5bda54c

Browse files
sammy-SCfacebook-github-bot
authored andcommitted
Disable nstextstorage_caching in OSS (#38129)
Summary: Pull Request resolved: #38129 changelog: [iOS] Disable NSTextStorage caching in OSS A [bug was reported](#37944) for NSTextStorage caching. Even thought I fixed the bug in D47019250, I want to disable the feature in OSS until the fix is verified in Facebook app. My plan is to pick this commit for 0.72.1 and reenable NSTextStorage caching once the fix is validated. Reviewed By: NickGerleman Differential Revision: D47127912 fbshipit-source-id: 97694e383eb751e89b776c0599969f2c411bac6f
1 parent 835f62c commit 5bda54c

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/react-native/ReactCommon/react/config/ReactNativeConfig.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,6 @@ bool EmptyReactNativeConfig::getBool(const std::string &param) const {
2323
if (param == "react_fabric:enabled_layout_animations_ios") {
2424
return true;
2525
}
26-
if (param == "react_fabric:enable_nstextstorage_caching") {
27-
return true;
28-
}
2926
return false;
3027
}
3128

0 commit comments

Comments
 (0)