inProgress-team / react-native-meteor

Meteor Reactivity for your React Native application :)
MIT License
693 stars 210 forks source link

Update Mixin.js #213

Open johnwils opened 7 years ago

johnwils commented 7 years ago

There is no 'catch' in the 'try' 'catch' method. this._meteorDataManager was undefined halting loading of my app. This change made it work. There may be a better way.