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

Feat: missing titleStyle and descriptionStyle for List.Accordion and List.Section #997

Merged
merged 4 commits into from
Apr 25, 2019

Conversation

jayu
Copy link
Contributor

@jayu jayu commented Apr 16, 2019

This PR introduces missing style props:
List.Accordion:

  • titleStyle
  • descriptionStyle

List.Section

  • titleStyle

Also improves style prop type and description in these components.

Motivation

Fixes #973

Test plan

You can play around by passing these props to List.Accordion and List.Section examples.

@jayu jayu requested a review from Trancever April 16, 2019 13:07
@Trancever
Copy link
Contributor

@jaysbytes Could you add also typescript types?

@jayu
Copy link
Contributor Author

jayu commented Apr 17, 2019

Of course @Trancever, I forgot about that 😱

@callstack-bot
Copy link

Hey @jaysbytes, thank you for your pull request 🤗. The documentation from this branch can be viewed here. Please remember to update Typescript types if you changed API.

@jayu
Copy link
Contributor Author

jayu commented Apr 23, 2019

@Trancever typescript type landed on the branch

@ferrannp ferrannp merged commit e6d8ccf into master Apr 25, 2019
@ferrannp ferrannp deleted the feat/list_text_style branch April 25, 2019 10:24
@timwco
Copy link

timwco commented May 31, 2019

@jaysbytes any idea when this will be released? It's not in the latest stable or even Alpha it seems.

@Trancever
Copy link
Contributor

@twhitacre v2.16.0 should be available on npm!

iyadthayyil pushed a commit to iyadthayyil/react-native-paper that referenced this pull request Jun 6, 2019
…List.Section (callstack#997)

This PR introduces missing style props:
List.Accordion:
- `titleStyle`
- `descriptionStyle`

List.Section
- `titleStyle`

Also improves `style` prop type and description in these components.

### Motivation
Fixes callstack#973
Trancever pushed a commit that referenced this pull request Jun 27, 2019
…List.Section (#997)

This PR introduces missing style props:
List.Accordion:
- `titleStyle`
- `descriptionStyle`

List.Section
- `titleStyle`

Also improves `style` prop type and description in these components.

Fixes #973
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.

List.accordion no titleStyle?
5 participants