Skip to content

Added style props for actionSheet android#2

Open
zoranmarjanovic wants to merge 1 commit into
xgfe:masterfrom
zoranmarjanovic:master
Open

Added style props for actionSheet android#2
zoranmarjanovic wants to merge 1 commit into
xgfe:masterfrom
zoranmarjanovic:master

Conversation

@zoranmarjanovic

Copy link
Copy Markdown

No description provided.

@coveralls

Copy link
Copy Markdown

Coverage Status

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

}}
>
<View style={Style.wrapper}>
<View style={[Style.wrapper, this.props.style]}>

Copy link
Copy Markdown
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

alignItems: 'center',
backgroundColor: '#00000099'
backgroundColor: '#00000099',
justifyContent: 'flex-end'

@lulutia lulutia Aug 21, 2017

Copy link
Copy Markdown
Contributor

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