Closed Angelk90 closed 7 years ago
I don't know what's going on with your code, so I am not sure how to help, but you don't need to pass the key={item.index}
with FlatList, the keyExtractor would be enough with keyExtractor={(item) => item.index}
i don't see this issue related to react-native-nested-scroll-view, so i am going to close it.
I tried this way:
@cesardeazevedo: But it does not work, how can I fix it? I also printed on the renderBox function: console.log (item), I remember printing the data twice, that is, dropping them, can it be?