inProgress-team / react-native-meteor

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

Handle $unset in "changed" event #317

Closed AntoineGrandchamp closed 6 years ago

AntoineGrandchamp commented 6 years ago

For now, $unset in update messages are ignored. I added some code to handle $unset, by setting the key's value to null.