mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-04-23 20:01:01 +08:00
Fix Groups text input
Reviewed By: javache Differential Revision: D2590712 fb-gh-sync-id: 453e20970460c703230547d8fd649383ba7d4c4a
This commit is contained in:
committed by
facebook-github-bot-5
parent
4763f89efa
commit
d799558db5
@@ -309,4 +309,9 @@ RCT_NOT_IMPLEMENTED(- (instancetype)initWithCoder:(NSCoder *)aDecoder)
|
||||
return [UIColor colorWithRed:0.0/255.0 green:0.0/255.0 blue:0.098/255.0 alpha:0.22];
|
||||
}
|
||||
|
||||
- (void)performTextUpdate
|
||||
{
|
||||
// Not used (yet)
|
||||
}
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user