Skip to content

ColorPicker now support backgroundColor prop #2328

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

Merged
merged 4 commits into from
Nov 23, 2022

Conversation

adids1221
Copy link
Contributor

Description

ColorPicker now supports backgroundColor prop.

Changelog

ColorPicker now supports backgroundColor prop.

@adids1221 adids1221 requested a review from ethanshar November 14, 2022 14:09
@ethanshar ethanshar requested review from Inbal-Tish and removed request for ethanshar November 15, 2022 08:24
@ethanshar ethanshar assigned Inbal-Tish and unassigned ethanshar Nov 15, 2022
@adids1221 adids1221 requested a review from Inbal-Tish November 16, 2022 08:25
return this.usePagination ? this.renderPaginationContent() : this.renderScrollableContent();
const {backgroundColor} = this.props;
return (
<View flex style={{backgroundColor}}>
Copy link
Collaborator

Choose a reason for hiding this comment

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

Why do we need this View wrapper?

@adids1221 adids1221 requested a review from Inbal-Tish November 21, 2022 07:44
@Inbal-Tish Inbal-Tish merged commit bc6e266 into master Nov 23, 2022
@adids1221 adids1221 deleted the feat/ColorPicker_backgroundColor branch December 13, 2022 12:12
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