Skip to content

Commit

Permalink
Disable nstextstorage_caching in OSS
Browse files Browse the repository at this point in the history
Summary:
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.

Differential Revision: D47127912

fbshipit-source-id: 016de19b926b72195dbda1824d43e697fb98e85b
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Jun 29, 2023
1 parent 28d853e commit e79832e
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
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 e79832e

Please sign in to comment.