Enable NSTextStorage caching in OSS

Summary:
changelog: [internal]

Turn on NSTextStorage in OSS.

Reviewed By: cipolleschi

Differential Revision: D44216186

fbshipit-source-id: 7f08291dc0bc1237e72dd96235f76ed90361826b
This commit is contained in:
Samuel Susla
2023-03-20 09:12:08 -07:00
committed by Facebook GitHub Bot
parent 9a711e2fd5
commit 59243aa238
@@ -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;
}