diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index b359ad911..5b2071e10 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -143,7 +143,7 @@ function App() { * that is set up in the InnerApp component above. */ return ( - <KeyboardProvider enabled={true} statusBarTranslucent={true}> + <KeyboardProvider enabled={false} statusBarTranslucent={true}> <SessionProvider> <ShellStateProvider> <PrefsStateProvider> |