Answers for "react native keyboard push view up"

0

react native keyboard push view up

<application
  android:name=".MainApplication"
  android:allowBackup="true"
  ...
  <activity
    android:name=".MainActivity"
    android:label="@string/app_name"
    ...
    android:windowSoftInputMode="adjustPan"> //replace this one
    ...
  </activity>
  ...
</application>
Posted by: Guest on September-08-2021

Code answers related to "react native keyboard push view up"

Browse Popular Code Answers by Language