aksonov / aksonov/react-native-router-flux

how to pass props to tabs

Open
#3,338 0 comments 1 reaction 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.