I\'m having an issue with the new FlatList component. Specifically, it does not rerender it\'s rows, even though props that the row is dependent on changes.
The F
Simply you can solve this problem passing props to extraData in flat list component like this,