Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

155
Views
In ReactNative Keyboard pushing the contents away, unexpected behaviour KeyBoardAvoidingView

Iam trying to implement small a input form in react-native. But when I try opening the keyboard, it pushes and wraps the content away. I tried using KeyBoardAvoidingView and ScrollView at different views but not worked for me(did not get desired output).Here is the output after opening the keyboard

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Go to AndroidManifest.xml file generated by React Native and add the following attribute in the concerned screen/activity.

<activity
     ...
   android:windowSoftInputMode="adjustNothing"> 
</activity>

or

  <activity
         ...
     android:windowSoftInputMode="adjustResize"
  </activity>
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!