I'm trying to customize the comment page in my application, and I want the comment input fields to sit right on the keyboard, such as Facebook, Instagram, Strava, and many other applications. But when the keyboard arrives, it has suggestions from above:

I want to disable sentences above the keyboard here so that I can put my text string on top of the keyboard. Is this possible in React-Native?
React-Native: 0.44.0
source
share