Open joaodematejr opened 5 years ago
temporary solution " shadowRadius: 0"
<ActionButton style={{ container: { backgroundColor: '#047cc4', elevation: 0, shadowRadius: 0 }, toolbarContainer: { elevation: 0, backgroundColor: '#047cc4' }, }} icon="arrow-drop-up" transition='speedDial'
/>
bug in the "Action Button" component Ios, Android running perfectly
<ActionButton style={{ container: { backgroundColor: '#047cc4' } }} onPress={() => this.validarQtnGrupo()} icon="keyboard-arrow-right" />
"react-native": "0.58.4", "react": "16.8.3", "react-native-material-ui": "^1.30.1",