Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Théo mathieu committed Apr 28, 2016
1 parent 44db597 commit 4f98c52
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "react-native-meteor-router-flux",
"version": "1.0.0",
"version": "1.0.2",
"description": "Full Meteor Client for React Native - Plugin for react-native-router-flux",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/meteorSwitch.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ module.exports = (getMeteorData) => {

};

this.onChange();
this.onChange(this.props);
Meteor.getData().onChange(()=>{
this.onChange();
});
Expand Down

0 comments on commit 4f98c52

Please sign in to comment.