beefe / react-native-popup

popup for react-native
169 stars 41 forks source link

key's missing #1

Closed kristian-puccio closed 8 years ago

kristian-puccio commented 8 years ago

Hi,

Thanks for the library, nice work.

I'm just getting the following error I'm using react-native 0.17:

Warning: Each child in an array or iterator should have a unique "key" prop. Check the render method of `PopContent`. See https://fb.me/react-warning-keys for more information.
skyRen commented 8 years ago

Fixed~ Thanks! https://github.com/beefe/react-native-popup/commit/ad1bfb8fe287c6db014bd5150a5fc2caebfd1725

kristian-puccio commented 8 years ago

Thanks!