Skip to content

Commit

Permalink
Merge pull request #6341 from Expensify/joe-fix-input-translate
Browse files Browse the repository at this point in the history
(cherry picked from commit bde9be1)
  • Loading branch information
roryabraham authored and OSBotify committed Nov 17, 2021
1 parent d052371 commit b31ba3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/ExpensiTextInput/BaseExpensiTextInput.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,6 +198,7 @@ class BaseExpensiTextInput extends Component {
onBlur={this.onBlur}
onChangeText={this.setValue}
onPressOut={this.props.onPress}
translateX={this.props.translateX}
/>
</View>
</TouchableWithoutFeedback>
Expand Down

0 comments on commit b31ba3b

Please sign in to comment.