RowItem, NavigationRow and more... backgroundColor onClick

Open
#115 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
3/5
Estimated time
1-2 days
Newbie friendliness
20/100
Issue type
Bug
Clarity
Needs clarification
Activity status
Stale
Tech stack
javascript, react-native
Domain
frontend, mobile

Research direction

Start with the RowItem, NavigationRow, and TableView entry points shown in the example, then trace how onPress is handled. Check whether pressed-state background behavior is implemented for these rows and identify the expected result from the iOS-style interaction. Done means clicking a row visibly changes its background color while preserving the existing navigation behavior.

Written by the indexing model from the issue text.

Description

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

Dominant language
JavaScript
Stars
555
Forks
52
PR merge metrics
No merged PRs in 30d

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from callstack/react-native-ios-kit

All issues in callstack/react-native-ios-kit

Similar issues

More JavaScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.