mirror of
https://github.com/status-im/react-native.git
synced 2025-01-28 02:04:55 +00:00
Stop allocating an RCTView for everying RCTRawText
Reviewed By: shergin Differential Revision: D4538026 fbshipit-source-id: 17278d60b99632bfb19c4a20979860716be45d2b
This commit is contained in:
parent
1116a59019
commit
49ef06f9bd
@ -15,6 +15,11 @@
|
||||
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
- (UIView *)view
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (RCTShadowView *)shadowView
|
||||
{
|
||||
return [RCTShadowRawText new];
|
||||
|
Loading…
x
Reference in New Issue
Block a user