mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-05-16 10:39:50 +08:00
Revert D4538026: Stop allocating an RCTView for everying RCTRawText
Differential Revision: D4538026 fbshipit-source-id: 8728e674cf120a46706e1d05c968439d0e825d46
This commit is contained in:
committed by
Facebook Github Bot
parent
50de41d5d6
commit
c928f1127f
@@ -15,11 +15,6 @@
|
||||
|
||||
RCT_EXPORT_MODULE()
|
||||
|
||||
- (UIView *)view
|
||||
{
|
||||
return nil;
|
||||
}
|
||||
|
||||
- (RCTShadowView *)shadowView
|
||||
{
|
||||
return [RCTShadowRawText new];
|
||||
|
||||
Reference in New Issue
Block a user