React-native-keyboard-aware-scroll-view: [ANDROID] Wrong position when using react-native-navigation from wix

Created on 9 Mar 2018  路  3Comments  路  Source: APSL/react-native-keyboard-aware-scroll-view

When using the wix navigator and:

  • windowSoftInputMode="adjustResize", it scrolls to the wrong position (maybe ~40px off?)
  • windowSoftInputMode="adjustPan", it removes the navbar from the screen, which is not what I want
  • inside a modal, it scrolls to the wrong position on input focus.

Most helpful comment

Setting extraHeight={Platform.select({ android: 200 })} helps.

All 3 comments

Setting extraHeight={Platform.select({ android: 200 })} helps.

and which windowSoftInputMode you use with that?

@CptFabulouso adjustResize

Was this page helpful?
0 / 5 - 0 ratings