diff --git a/package.json b/package.json index 654af15..5cfcd5a 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-meteor", - "version": "1.0.0", + "version": "1.0.1", "description": "Full Meteor Client for React Native", "main": "src/Meteor.js", "scripts": { diff --git a/src/Data.js b/src/Data.js index 338f674..2517923 100644 --- a/src/Data.js +++ b/src/Data.js @@ -32,7 +32,7 @@ export default { if(this.ddp) { cb(); } else { - runAfterInteractions(()=>{ + runAfterOtherComputations(()=>{ this.waitDdpReady(cb); }); }