Hi there! Thank you for this awesome package.
Unfortunately, I have a problem with it. I've set the properties.
static navigationOptions = {
title: 'Pronóstico Actual',
header: navigation => ({
style: {
backgroundColor: '#0087B7'
},
titleStyle: {
color: '#FFFFFF'
}
})
}
But I get this as the result:

What am I doing wrong?
Thanks in advance.