aksonov / aksonov/react-native-tableview
TableView doesn't rerender when filter predicate is updated
Open
bug
- Dominant language
- Objective-C
- Stars
- 1.4k
- Forks
- 179
- PR merge metrics
- No merged PRs in 30d
Description
The TableView doesn't update when I run example 3 and filter by a property on the state,
```
// list spanish provinces and add 'All states' item at the beginning
render(){
var country = "ES";
return (
console.log(event)}>
All states
);
}
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.