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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

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>