Can we add a keyboardVerticalOffset to KeyboardTrackingView?
Which component?
KeyboardTrackingView
What is the new feature?
It would be nice to be able to define an offset (top of the screen to bottom of "View" so that if there is anything below a component that should NOT move to accommodate the keyboard - the avoiding components know not to move too far up the screen.
Code snippet
<KeyboardTrackingView
keyboardVerticalOffset={180}
>
{this.props.children}
</KeyboardTrackingView>
This behavior could be similar to KeyboardAvoidingView's property.

Perhaps this is already supported with addBottomView but no where is this property documented...
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
This issue is same in IOS for KeyboardAccessoryView component.
@Inbal-Tish Is the new feature solve this issue by any chance? If it does, can you instruct the users on how to use it
@bneigher Hi. Try passing 'ususBottomTabs' prop and see if it solves the issue.