KBLNY/react-native-message-bar

messageStyle not shown if stylesheet is set

Opened this issue · 2 comments

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 }, });

+1

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