ide / react-native-button

A button for React apps
MIT License
773 stars 129 forks source link

The key prop needs to be added #31

Closed AleCaste closed 8 years ago

AleCaste commented 8 years ago

Hello, Great module! I'd suggest you include the key prop since if you use your

AleCaste commented 8 years ago

Hmmmm I forgot you cannot simply pass a key prop. I'll have a further look into this issue...

AleCaste commented 8 years ago

You may close this issue as you can specify a key to the Button component and React will handle it internally.