Root-App / react-native-mock-render

a fork of react-native-mock that renders
MIT License
85 stars 50 forks source link

Extracts keys from items in FlatList #66

Closed morgsmccauley closed 4 years ago

morgsmccauley commented 5 years ago

Implements keyExtractor as per React-Native.

Quite new to versioning, does the version number need to be incremented for this?

Resolves #46

maleriepace commented 4 years ago

I would like to see this merged in. It fixes this warning I'm getting in my unit tests: Warning: Each child in a list should have a unique "key" prop.