Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added style props for actionSheet android #2

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

zoranmarjanovic
Copy link

No description provided.

@coveralls
Copy link

Coverage Status

Coverage remained the same at 86.263% when pulling d56ad74 on zoranmarjanovic:master into 3c2fd3f on xgfe:master.

@@ -124,7 +124,7 @@ export default class ActionSheetAndroid extends Component {
console.debug('close');
}}
>
<View style={Style.wrapper}>
<View style={[Style.wrapper, this.props.style]}>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I want to know what kind of style you want to change? the backgroundColor or sth else

@@ -184,10 +184,11 @@ const Style = StyleSheet.create({
wrapper: {
flex: 1,
alignItems: 'center',
backgroundColor: '#00000099'
backgroundColor: '#00000099',
justifyContent: 'flex-end'
Copy link
Contributor

@lulutia lulutia Aug 21, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

you can not set justifyContent: 'flex-end' simply, because there's some calculation about it. maybe you can change this one, then i can merge this pr

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants