Add statusBarTranslucent prop (= true) to KeyboardProvider in App.native.tsx (#4208)

zio/stable
Eiichi Yoshikawa 2024-05-29 13:13:36 +09:00 committed by GitHub
parent b59c8e22af
commit 211eff3d32
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -143,7 +143,7 @@ function App() {
* that is set up in the InnerApp component above. * that is set up in the InnerApp component above.
*/ */
return ( return (
<KeyboardProvider enabled={true}> <KeyboardProvider enabled={true} statusBarTranslucent={true}>
<SessionProvider> <SessionProvider>
<ShellStateProvider> <ShellStateProvider>
<PrefsStateProvider> <PrefsStateProvider>