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

RowItem, NavigationRow and more... backgroundColor onClick #115

Open
Zimovik007 opened this issue Jul 3, 2018 · 0 comments
Open

RowItem, NavigationRow and more... backgroundColor onClick #115

Zimovik007 opened this issue Jul 3, 2018 · 0 comments

Comments

@Zimovik007
Copy link

When creating RowItem, NavigationItem and other fields and clicking on them, there is no change of background Color as it is done in iOS itself.
Tell me, this part is not implemented or I do something wrong?
<TableView withoutHeader={true} withoutFooter={true}>
<NavigationRow
title="Имя"
info={this.props.user['first_name']}
onPress={() => this.props.navigation.navigate('editUserProfile', this.state.editProps.name)} />
</TableView>
This is my code

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

1 participant