How to display the bottom (tabs) nav bar from expo-router in iOS, portrait orientation, with keyboard open, as in Android, preserving ScrollView?
I am using expo-router with the (tabs) directory.
I’m also using react-native-safe-area-context’s SafeAreaView.
I would like, in portrait orientation, the (tabs) nav bar to appear above the keyboard with the keyboard open on both iOS and Android, and to use a ScrollView in the components above that.