Removed redundant views and shadow views

This commit is contained in:
Nick Lockwood
2015-04-07 14:26:43 -07:00
parent bec7d0202c
commit 60a6533422
2 changed files with 29 additions and 27 deletions

View File

@@ -15,7 +15,7 @@
- (UIView *)view
{
return [[UIView alloc] init];
return nil;
}
- (RCTShadowView *)shadowView
@@ -26,4 +26,3 @@
RCT_EXPORT_SHADOW_PROPERTY(text, NSString)
@end