mirror of
https://github.com/status-im/react-native.git
synced 2025-01-27 17:54:48 +00:00
Revert D4538026: Stop allocating an RCTView for everying RCTRawText
Differential Revision: D4538026 fbshipit-source-id: 8728e674cf120a46706e1d05c968439d0e825d46
This commit is contained in:
parent
50de41d5d6
commit
c928f1127f
@ -15,11 +15,6 @@
|
|||||||
|
|
||||||
RCT_EXPORT_MODULE()
|
RCT_EXPORT_MODULE()
|
||||||
|
|
||||||
- (UIView *)view
|
|
||||||
{
|
|
||||||
return nil;
|
|
||||||
}
|
|
||||||
|
|
||||||
- (RCTShadowView *)shadowView
|
- (RCTShadowView *)shadowView
|
||||||
{
|
{
|
||||||
return [RCTShadowRawText new];
|
return [RCTShadowRawText new];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user