inProgress-team / react-native-meteor

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

Is there any way to filter the collection used for MeteorListView? #186

Closed vantassell closed 7 years ago

vantassell commented 7 years ago

I have a collection that i'm subscribing to that I want to use as the source for a list view, but I want to filter out some of the results. Is there a way to do this with MeteorListView?

Is this what the selector is for? Is there some documentation about how to use it?

sabativi commented 7 years ago

Yes, it is why the selector is used for. As an example, see the README, here you filter document where field is set to done.