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
  • Loading branch information
roryabraham authored Nov 17, 2021
2 parents 8eeebb9 + 04cfa8c commit bde9be1
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 bde9be1

Please sign in to comment.