Ported TabBarIOS to OSS and unified implementation

This commit is contained in:
Nick Lockwood
2015-03-05 17:16:19 -08:00
parent ab2537816f
commit fb2f063ef5
51 changed files with 1142 additions and 472 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
- (UIView *)view
{
return [[RCTTextField alloc] initWithEventDispatcher:self.eventDispatcher];
return [[RCTTextField alloc] initWithEventDispatcher:self.bridge.eventDispatcher];
}
RCT_EXPORT_VIEW_PROPERTY(caretHidden)