Talor-A / react-native-message-bar

A notification bar alert displayed at the top of the screen for react-native
MIT License
55 stars 27 forks source link

Invalid colour format #9

Closed abinocoe closed 7 years ago

abinocoe commented 7 years ago

Getting an error due to an invalid stylesheet colour key in MessageBar.js On lines 83 and 84, 'darkgreen' and '#darkgreen' respectively are used:

      stylesheetSuccess: props.stylesheetSuccess || {
        backgroundColor: 'darkgreen',
        strokeColor: '#darkgreen'
      }, // Default are Green colors
Talor-A commented 7 years ago

fixed in v2.0.3