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

Add support for rightDetailColor? #16

Closed
joncursi opened this issue Sep 6, 2016 · 1 comment
Closed

Add support for rightDetailColor? #16

joncursi opened this issue Sep 6, 2016 · 1 comment

Comments

@joncursi
Copy link

joncursi commented Sep 6, 2016

I would like to style the right detail with a color.

screen shot 2016-09-06 at 5 40 10 am

Right now I am achieving this via

                detail={
                  <Text
                    style={styles.legal}
                  >
                    Legal
                  </Text>
                }

However this results in a propTypes validation error on the detail prop:

ExceptionsManager.js:78 Warning: Failed prop type: Invalid prop `detail` supplied to `Cell`
@Purii Purii closed this as completed in d8afe49 Sep 12, 2016
@Purii
Copy link
Owner

Purii commented Sep 12, 2016

Sounds reasonable!
The prop rightDetailColor will be supported with the next release 👍

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

No branches or pull requests

2 participants