diff --git a/react/features/welcome/components/WelcomePage.native.js b/react/features/welcome/components/WelcomePage.native.js index 11e643ef9..0e4c618ab 100644 --- a/react/features/welcome/components/WelcomePage.native.js +++ b/react/features/welcome/components/WelcomePage.native.js @@ -1,5 +1,6 @@ import React from 'react'; import { + Keyboard, SafeAreaView, Switch, TextInput, @@ -150,6 +151,7 @@ class WelcomePage extends AbstractWelcomePage { * @returns {void} */ _onShowSideBar() { + Keyboard.dismiss(); this.props.dispatch(setSideBarVisibility(true)); }