Stop allocating an RCTView for everying RCTRawText

Reviewed By: shergin

Differential Revision: D4538026

fbshipit-source-id: 17278d60b99632bfb19c4a20979860716be45d2b
This commit is contained in:
Pieter De Baets 2017-02-10 08:51:08 -08:00 committed by Facebook Github Bot
parent 1116a59019
commit 49ef06f9bd
1 changed files with 5 additions and 0 deletions

View File

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