KBLNY / react-native-message-bar

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

messageStyle not shown if stylesheet is set #42

Open dsgoers opened 6 years ago

dsgoers commented 6 years ago

If I have this, the messageStyle seems to be ignored. However, if i remove stylesheetError the properties in messageStyle show up.
messagebar.MessageBarManager.showAlert({ message: 'There was a problem loading your data', alertType: 'error', stylesheetError: { backgroundColor: '#FF5532', strokeColor: '#FF5532' }, messageStyle: { color: 'white', fontSize: 16 }, });

herarya commented 6 years ago

+1

masteryoda2596 commented 6 years ago

check it out dude, i faced with the same issue and i've solved it since 2 weeks. #41