mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
9a711e2fd5
commit
59243aa238
@@ -24,6 +24,9 @@ bool EmptyReactNativeConfig::getBool(const std::string ¶m) const {
|
||||
if (param == "react_fabric:enabled_layout_animations_ios") {
|
||||
return true;
|
||||
}
|
||||
if (param == "react_fabric:enable_nstextstorage_caching") {
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user