From a2b37f4f35abd57f530cf4209ca12b1f261b0535 Mon Sep 17 00:00:00 2001 From: harukin-expo-dev-env Date: Sat, 22 Mar 2025 11:02:19 +0000 Subject: [PATCH] =?UTF-8?q?iOS=E3=81=A7=E3=82=BF=E3=83=96=E3=81=8C?= =?UTF-8?q?=E3=81=8A=E3=81=8B=E3=81=97=E3=81=8F=E3=81=AA=E3=81=A3=E3=81=A6?= =?UTF-8?q?=E3=81=84=E3=81=9F=E3=83=90=E3=82=B0=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Apps.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}