Add statusBarTranslucent prop (= true) to KeyboardProvider in App.native.tsx (#4208)
This commit is contained in:
parent
b59c8e22af
commit
211eff3d32
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue