diff --git a/Apps.js b/Apps.js index 9e24ef5..b43d46e 100644 --- a/Apps.js +++ b/Apps.js @@ -36,7 +36,7 @@ export function AppContainer() { screenOptions={{ lazy: false, animation: "shift", - tabBarHideOnKeyboard: true, + tabBarHideOnKeyboard: Platform.OS === "android", }} detachInactiveScreens={false} lazy={false}