Skip to content

Commit

Permalink
update react-native-action-sheet
Browse files Browse the repository at this point in the history
  • Loading branch information
FaridSafi committed Jul 17, 2016
1 parent 4c6db0c commit 80077c1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion example/react-native-gifted-messenger/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
"eslint-plugin-react-native": "^1.1.0"
},
"dependencies": {
"@exponent/react-native-action-sheet": "^0.1.3",
"@exponent/react-native-action-sheet": "^0.2.0",
"md5": "^2.1.0",
"moment": "^2.13.0",
"react-native-communications": "^2.0.0",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ class MessageContainer extends Component {
super(props);
this.onLoadEarlier = this.onLoadEarlier.bind(this);
}

shouldComponentUpdate(nextProps, nextState) {
if (this.props.messagesHash === nextProps.messagesHash) {
return false;
Expand Down

0 comments on commit 80077c1

Please sign in to comment.