Skip to content

Commit

Permalink
Pass translateX prop to TextInput component
Browse files Browse the repository at this point in the history
  • Loading branch information
Jag96 committed Nov 16, 2021
1 parent dd17068 commit 04cfa8c
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 04cfa8c

Please sign in to comment.