diff --git a/components/ActionSheet/actionSheetAndroid.js b/components/ActionSheet/actionSheetAndroid.js index 5f3c1dd..44189cb 100644 --- a/components/ActionSheet/actionSheetAndroid.js +++ b/components/ActionSheet/actionSheetAndroid.js @@ -124,7 +124,7 @@ export default class ActionSheetAndroid extends Component { console.debug('close'); }} > - + + destructiveButtonIndex === item.index && Style.deleteText && this.props.destructiveTextStyle, destructiveButtonIndex !== item.index && this.props.itemTextStyle]}> {item.item} @@ -169,7 +169,7 @@ export default class ActionSheetAndroid extends Component { onPress={() => {this.choseItem(cancelButtonIndex);}} > - {options[cancelButtonIndex]} + {options[cancelButtonIndex]} )} @@ -184,10 +184,11 @@ const Style = StyleSheet.create({ wrapper: { flex: 1, alignItems: 'center', - backgroundColor: '#00000099' + backgroundColor: '#00000099', + justifyContent: 'flex-end' }, body: { - width: width - 20 + width: width - 20, }, itemContainer: { alignItems: 'center',