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 kelset committed Jul 10, 2023
1 parent 7a4ae79 commit 914db09
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,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 914db09

Please sign in to comment.