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-29 15:45:17 +01:00
committed by Lorenzo Sciandra
parent 9ffe82edd3
commit 05ba16aa3d
@@ -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;
}