-
Notifications
You must be signed in to change notification settings - Fork 738
KeyboardTrackingView - add 'bottomViewColor' prop #2013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
KeyboardTrackingView - add 'bottomViewColor' prop #2013
Conversation
…/KeyboardTrackingView_bottomViewColor # Conflicts: # lib/components/Keyboard/KeyboardTracking/keyboardAwareInsetsView.api.json
lib/components/Keyboard/KeyboardInput/keyboardAccessoryView.api.json
Outdated
Show resolved
Hide resolved
lib/components/Keyboard/KeyboardTracking/KeyboardTrackingView/keyboardTrackingView.api.json
Outdated
Show resolved
Hide resolved
…ted KeyboardTrackingViewProps
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved, I suggest to either do the following in this PR or create a ticket for it: I think that iOSScrollBehavior
in KeyboardAccessoryViewProps
is the same as scrollBehavior
in KeyboardTrackingViewProps
, and that IOS_SCROLL_BEHAVIORS
should actually be inside of KeyboardTrackingView
(WDYT?), maybe we should deprecate it and import it as well from KeyboardTrackingViewProps
?
Good idea - I opened another PR - #2016 |
Description
KeyboardTrackingView - add 'bottomViewColor' prop.
I also organized the API files a bit and fixed another 2 keys in different files (not related but needed to be done).
solves issue #1898
Changelog
KeyboardTrackingView - add 'bottomViewColor' prop.