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 wantSetting extraHeight={Platform.select({ android: 200 })} helps.
and which windowSoftInputMode you use with that?
@CptFabulouso adjustResize
Most helpful comment
Setting
extraHeight={Platform.select({ android: 200 })}helps.