If you use the Local Collection (like new Local.Collection("tasks") instead of new Mongo.Collection("tasks")), useTracker will not be triggered on an "added" or "changed" event.
I recreated this behaviour in a fork of the repo meteor-react-native-starter
If you use the Local Collection (like
new Local.Collection("tasks")instead ofnew Mongo.Collection("tasks")), useTracker will not be triggered on an "added" or "changed" event.I recreated this behaviour in a fork of the repo meteor-react-native-starter