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 Jag96 committed Nov 17, 2021
1 parent 7822a5a commit be1a582
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 be1a582

Please sign in to comment.