Skip to content

Commit

Permalink
Disable nstextstorage_caching in OSS (#38129)
Browse files Browse the repository at this point in the history
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
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Jun 30, 2023
1 parent 835f62c commit 5bda54c
Showing 1 changed file with 0 additions and 3 deletions.
Expand Up @@ -23,9 +23,6 @@ bool EmptyReactNativeConfig::getBool(const std::string &param) const {
if (param == "react_fabric:enabled_layout_animations_ios") {
return true;
}
if (param == "react_fabric:enable_nstextstorage_caching") {
return true;
}
return false;
}

Expand Down

0 comments on commit 5bda54c

Please sign in to comment.