A universal gradient border solution for React Native
A package for easily creating the keyboard avoiding behavior your want.
This component will automatically adjust the screen to remain the focused input visible while the virtual keyboard is displayed.
This library allows you to pass the textinput just above the keyboard, thus floating on it, in cases that this is necessary. All the props are passed down to a new TextInput Component.
A dynamic view that response to the keyboard and pushing the inner view with the height differences between the tapped position and the keyboard position.