The structure of the app is fairly simple: A searchbar, a listview and react-native-tabs at the bottom. The problem: If I click on the searchbar on Android it pushes the who
Set android:windowSoftInputMode="adjustPan" in your manifest file, and it will work as you expect.
android:windowSoftInputMode="adjustPan"
E.g.
... ...