diff --git a/android/app/build.gradle b/android/app/build.gradle index f73710e0fca1..fbfc463b3964 100644 --- a/android/app/build.gradle +++ b/android/app/build.gradle @@ -149,8 +149,8 @@ android { minSdkVersion rootProject.ext.minSdkVersion targetSdkVersion rootProject.ext.targetSdkVersion multiDexEnabled rootProject.ext.multiDexEnabled - versionCode 1001012403 - versionName "1.1.24-3" + versionCode 1001012408 + versionName "1.1.24-8" } splits { abi { diff --git a/ios/NewExpensify/Info.plist b/ios/NewExpensify/Info.plist index f3178f2e26cc..ac5a3af7fdab 100644 --- a/ios/NewExpensify/Info.plist +++ b/ios/NewExpensify/Info.plist @@ -31,7 +31,7 @@ CFBundleVersion - 1.1.24.3 + 1.1.24.8 ITSAppUsesNonExemptEncryption LSApplicationQueriesSchemes diff --git a/ios/NewExpensifyTests/Info.plist b/ios/NewExpensifyTests/Info.plist index 0d619f3a18b9..0e8523e64536 100644 --- a/ios/NewExpensifyTests/Info.plist +++ b/ios/NewExpensifyTests/Info.plist @@ -19,6 +19,6 @@ CFBundleSignature ???? CFBundleVersion - 1.1.24.3 + 1.1.24.8 diff --git a/package-lock.json b/package-lock.json index 481d06548363..c12d0ec1feb4 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-3", + "version": "1.1.24-8", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index 9943baf7bb3b..a333d398d2f6 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "new.expensify", - "version": "1.1.24-3", + "version": "1.1.24-8", "author": "Expensify, Inc.", "homepage": "https://new.expensify.com", "description": "New Expensify is the next generation of Expensify: a reimagination of payments based atop a foundation of chat.", diff --git a/src/pages/workspace/WorkspaceNewRoomPage.js b/src/pages/workspace/WorkspaceNewRoomPage.js index 7c5d3eeed700..d53ec322f712 100644 --- a/src/pages/workspace/WorkspaceNewRoomPage.js +++ b/src/pages/workspace/WorkspaceNewRoomPage.js @@ -19,6 +19,7 @@ import FixedFooter from '../../components/FixedFooter'; import * as Report from '../../libs/actions/Report'; import Permissions from '../../libs/Permissions'; import Log from '../../libs/Log'; +import KeyboardAvoidingView from '../../components/KeyboardAvoidingView'; const propTypes = { /** All reports shared with the user */ @@ -137,46 +138,49 @@ class WorkspaceNewRoomPage extends React.Component { return ( - Navigation.dismissModal()} - /> - - this.setState({roomName: this.checkAndModifyRoomName(roomName)})} - value={this.state.roomName.substr(1)} - errorText={this.state.error} + + Navigation.dismissModal()} /> - + + this.setState({roomName: this.checkAndModifyRoomName(roomName)})} + value={this.state.roomName.substr(1)} + errorText={this.state.error} + autoCapitalize="none" + /> + + + this.setState({visibility})} /> - - this.setState({visibility})} - /> - - -