Kureev / Kureev/react-native-navbar
passing property to second scene android
- Dominant language
- JavaScript
- Stars
- 1.9k
- Forks
- 318
- PR merge metrics
- No merged PRs in 30d
Description
this.props.navigator.push({
id: 'MainPage',
name: 'test',
passProps: {userInfo: res}
});
i am setting property userInfo but passProps not working and i am not able to get property parameter in second scene
Contributor guide
No contributing guide indexed for this repository
Research direction
Start with the `this.props.navigator.push` call shown in the report and reproduce whether `passProps.userInfo` reaches the second scene. Inspect the navigator and second-scene usage involved in that flow; done means the `userInfo` value is available there. The issue does not name specific files or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript, react-native
- Domain
- mobile
- Issue type
- Bug
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100