You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: