Refactor RCTInputAccessoryView view hierarchy and names

Reviewed By: shergin

Differential Revision: D7196162

fbshipit-source-id: 07a5c13d4cdb876f5a632d7d53859eab5e235f49
This commit is contained in:
Peter Argany
2018-03-13 11:05:53 -07:00
committed by Facebook Github Bot
parent aa323d4aa9
commit c136c54ff0
6 changed files with 53 additions and 53 deletions

View File

@@ -23,6 +23,6 @@ RCT_EXPORT_MODULE()
return [[RCTInputAccessoryView alloc] initWithBridge:self.bridge];
}
RCT_REMAP_VIEW_PROPERTY(backgroundColor, content.inputAccessoryView.backgroundColor, UIColor)
RCT_REMAP_VIEW_PROPERTY(backgroundColor, inputAccessoryView.backgroundColor, UIColor)
@end