Skip to content

Commit

Permalink
refactor(typing-indicator): DRY in example
Browse files Browse the repository at this point in the history
  • Loading branch information
shamilovtim authored and xcarpentier committed Dec 30, 2019
1 parent def97bf commit 92c2356
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions example-expo/AccessoryBar.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ import {

export default class AccessoryBar extends React.Component {
render() {
const { onSend } = this.props
const isTyping = this.props.isTyping
const { onSend, isTyping } = this.props

return (
<View style={styles.container}>
Expand Down

0 comments on commit 92c2356

Please sign in to comment.