aksonov / aksonov/react-native-tableview
TableView doesn't rerender when filter predicate is updated
Aberta
bug
- Linguagem predominante
- Objective-C
- Estrelas
- 1.4k
- Forks
- 179
- Métricas de merge de PRs
- Nenhum PR com merge em 30d
Descrição
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
);
}
```
Guia de contribuição
Nenhum guia de contribuição indexado para este repositório
Avaliação
Esta issue ainda não foi avaliada.