ios keyboard covers the input which is located in the bottom of the screen
Check the documentation for React Native Keyboard Avoiding View. It is a component to solve the common problem of views that need to move out of the way of the virtual keyboard. It can automatically adjust either its position or bottom padding based on the position of the keyboard. Example from the How to make … Read more