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

This commit is contained in:
Eiichi Yoshikawa
2024-05-29 13:13:36 +09:00
committed by GitHub
parent b59c8e22af
commit 211eff3d32
+1 -1
View File
@@ -143,7 +143,7 @@ function App() {
* that is set up in the InnerApp component above.
*/
return (
<KeyboardProvider enabled={true}>
<KeyboardProvider enabled={true} statusBarTranslucent={true}>
<SessionProvider>
<ShellStateProvider>
<PrefsStateProvider>