React View push clavier natif vers le haut

<application
  android:name=".MainApplication"
  android:allowBackup="true"
  ...
  <activity
    android:name=".MainActivity"
    android:label="@string/app_name"
    ...
    android:windowSoftInputMode="adjustPan"> //replace this one
    ...
  </activity>
  ...
</application>
Bored Butterfly