Revert D4538026: Stop allocating an RCTView for everying RCTRawText

Differential Revision: D4538026

fbshipit-source-id: 8728e674cf120a46706e1d05c968439d0e825d46
This commit is contained in:
Valentin Shergin 2017-02-13 14:53:33 -08:00 committed by Facebook Github Bot
parent 50de41d5d6
commit c928f1127f

View File

@ -15,11 +15,6 @@
RCT_EXPORT_MODULE()
- (UIView *)view
{
return nil;
}
- (RCTShadowView *)shadowView
{
return [RCTShadowRawText new];