Savinvadim1312 / TeslaClone

MIT License
82 stars 73 forks source link

VirtualizedList: missing keys for items #3

Open jaenulton opened 3 years ago

jaenulton commented 3 years ago

TeslaClone\node_modules\react-native\Libraries\LogBox\Data\LogBoxData.js (197:30)

I am sorry this is my first ever look at React-Native and I installed example from GitHub so that I could get an overall visual before I touched anything.

Yarn was started and the Expo Android app loaded right up with the beautiful app being displayed, but there was an error at the bottom of the page.

Any suggestion what I might need to change?

Raymond-ap commented 2 years ago

Add this line of code to the flatlist props keyExtractor={(_, index) => index.toString()}