Janic Duplessis
2191eecf54
Fix InputAccessoryView safe area when not attached to a TextInput ( #21179 )
...
Summary:
When using an InputAccessoryView attached to a TextInput the safe area insets are not applied properly. This uses different autolayout constraints that works in all cases I tested, roughly based on the technique used here https://github.com/stockx/SafeAreaInputAccessoryViewWrapperView/blob/master/SafeAreaInputAccessoryViewWrapperView/Classes/SafeAreaInputAccessoryViewWrapperView.swift#L38 .
Pull Request resolved: https://github.com/facebook/react-native/pull/21179
Differential Revision: D9928503
Pulled By: hramos
fbshipit-source-id: b1b623334558093042fd94ac85e1b52dd16aa1a0
2018-09-18 18:31:51 -07:00
Héctor Ramos
1151c096da
Update copyright headers to yearless format
...
Summary: This change drops the year from the copyright headers and the LICENSE file.
Reviewed By: yungsters
Differential Revision: D9727774
fbshipit-source-id: df4fc1e4390733fe774b1a160dd41b4a3d83302a
2018-09-11 15:33:07 -07:00
Peter Argany
c136c54ff0
Refactor RCTInputAccessoryView view hierarchy and names
...
Reviewed By: shergin
Differential Revision: D7196162
fbshipit-source-id: 07a5c13d4cdb876f5a632d7d53859eab5e235f49
2018-03-13 11:25:12 -07:00
Peter Argany
38197c8230
Support Input Accessory View (iOS Only) [1/N]
...
Reviewed By: mmmulani
Differential Revision: D6886573
fbshipit-source-id: 71e1f812b1cc1698e4380211a6cedd59011b5495
2018-02-27 11:09:30 -08:00