diff --git a/ios/sdk/component/text/HippyText.mm b/ios/sdk/component/text/HippyText.mm index 1862506c7f7..5b2be5264ee 100644 --- a/ios/sdk/component/text/HippyText.mm +++ b/ios/sdk/component/text/HippyText.mm @@ -76,6 +76,10 @@ - (void)removeHippySubview:(UIView *)subview { } } +- (BOOL)canBeRetrievedFromViewCache { + return NO; +} + - (void)hippySetInheritedBackgroundColor:(__unused UIColor *)inheritedBackgroundColor { // mttrn: // UIColor *backgroundColor = [self rightBackgroundColorOfTheme];