the key has to always be a string not at int. console always shows warnings.
i fixed on my end like this:
keyExtractor (item, index) { return index; }
to
keyExtractor (item, index) { return${index}; }
but can someone make this change in this package?
the key has to always be a string not at int. console always shows warnings. i fixed on my end like this:
keyExtractor (item, index) { return index; }
tokeyExtractor (item, index) { return
${index}; }
but can someone make this change in this package?