larsvinter / react-native-awesome-button

A button React Native component supporting showing different states with animations
MIT License
235 stars 47 forks source link

undefined is not an object (evaluating 'hex.replace') #2

Closed Copypeng closed 9 years ago

Copypeng commented 9 years ago

When i use the AwesomeButton.js,The app crashed due to uncaught exception 'Unhandled JS Exception: undefined is not an object (evaluating 'hex.replace')'.

larsvinter commented 9 years ago

Hi.

Did you specify your color in hex-format? I have on the to-do to improve the function so it also accepts "white", "black" etc. or rgb format, but have not done this yet.

Lars

Copypeng commented 9 years ago

I see.Thanks a lot.