aksonov / aksonov/react-native-router-flux
how to pass props to tabs
Open
- Dominant language
- JavaScript
- Stars
- 8.9k
- Forks
- 2.1k
- PR merge metrics
- No merged PRs in 30d
Description
### Version
Tell us which versions you are using:
- react-native-router-flux v4.0.5
- react v16.3.1
- react-native v0.55.3
### Expected behaviour
i should get the props passed to the tabs using Actions.reset
### Actual behaviour
i don't get the props
my code for passing props is this:
`Actions.reset('tabs', { phone : '147852369'});`
and the Scene code is :
`
`
and the code in Home.js is :
`console.log(this.props);`
what should i do?
Contributor guide
Assessment
This issue has not been assessed yet.