diff options
Diffstat (limited to 'src/App.native.tsx')
-rw-r--r-- | src/App.native.tsx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/App.native.tsx b/src/App.native.tsx index b60d024d5..9fa82e9cd 100644 --- a/src/App.native.tsx +++ b/src/App.native.tsx @@ -4,7 +4,6 @@ import 'view/icons' import React, {useEffect, useState} from 'react' import {GestureHandlerRootView} from 'react-native-gesture-handler' -import {KeyboardProvider} from 'react-native-keyboard-controller' import {RootSiblingParent} from 'react-native-root-siblings' import { initialWindowMetrics, @@ -157,9 +156,7 @@ function App() { <LightboxStateProvider> <I18nProvider> <PortalProvider> - <KeyboardProvider> - <InnerApp /> - </KeyboardProvider> + <InnerApp /> </PortalProvider> </I18nProvider> </LightboxStateProvider> |