xotahal / react-native-material-ui

Highly customizable material design components for React Native
MIT License
3.79k stars 609 forks source link

ActionButton IOS #434

Open joaodematejr opened 5 years ago

joaodematejr commented 5 years ago

bug in the "Action Button" component Ios, Android running perfectly

Captura de Tela 2019-03-29 às 09 44 59

<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",

joaodematejr commented 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'

            />