Edge to edge support (#7497)
This commit is contained in:
committed by
GitHub
parent
6e80b340c8
commit
a770f5635b
@@ -26,10 +26,7 @@ export function KeyboardControllerProvider({
|
||||
children: React.ReactNode
|
||||
}) {
|
||||
return (
|
||||
<KeyboardProvider
|
||||
enabled={false}
|
||||
// I don't think this is necessary, but Chesterton's fence and all that -sfn
|
||||
statusBarTranslucent={true}>
|
||||
<KeyboardProvider enabled={false}>
|
||||
<KeyboardControllerProviderInner>
|
||||
{children}
|
||||
</KeyboardControllerProviderInner>
|
||||
|
||||
Reference in New Issue
Block a user