diff --git a/native/media/media-gallery-keyboard.react.js b/native/media/media-gallery-keyboard.react.js --- a/native/media/media-gallery-keyboard.react.js +++ b/native/media/media-gallery-keyboard.react.js @@ -13,6 +13,7 @@ Text, View, } from 'react-native'; +import { GestureHandlerRootView } from 'react-native-gesture-handler'; import { KeyboardRegistry } from 'react-native-keyboard-input'; import { Provider } from 'react-redux'; @@ -533,7 +534,9 @@ }); const containerStyle = { bottom: bottomInset }; return ( - + - + ); }