PedroBern / react-native-collapsible-tab-view

A cross-platform Collapsible Tab View component for React Native
MIT License
836 stars 162 forks source link

Two children with the same key `undefined` In a Bare React Native App #72

Closed alexpchin closed 3 years ago

alexpchin commented 3 years ago

I'm seeing the error:

Warning: Encountered two children with the same key, `undefined`. Keys should be unique so that components maintain their identity across updates. Non-unique keys may cause children to be duplicated and/or omitted — the behavior is unsupported and could change in a future version.
alexpchin commented 3 years ago

Perhaps resolved in #69 But need to test in Bare workflow.

PedroBern commented 3 years ago

Where are you seeing this error? Which example?