Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR JAVASCRIPT

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>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #react #native #keyboard #push #view
ADD COMMENT
Topic
Name
6+9 =