Skip to content

Conversation

SamiChab
Copy link

By using the custom styles, I found an error:
In file ./components/DoneButton.android.js (line 18), the nextButtonText style was used for the style of the text of the 'Done' button, instead of the controllText style.

<Text style={[styles.nextButtonText, { color: rightTextColor }]}>

has to be replaced with

<Text style={[styles.controllText, { color: rightTextColor }]}>

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.

1 participant