Skip to content

Commit

Permalink
Enable NSTextStorage caching in OSS
Browse files Browse the repository at this point in the history
Summary:
changelog: [internal]

Turn on NSTextStorage in OSS.

Reviewed By: cipolleschi

Differential Revision: D44216186

fbshipit-source-id: 7f08291dc0bc1237e72dd96235f76ed90361826b
  • Loading branch information
sammy-SC authored and facebook-github-bot committed Mar 20, 2023
1 parent 9a711e2 commit 59243aa
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ 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 59243aa

Please sign in to comment.