How to pass values to other component in React-Native-Router-Flux?
You can pass data like this: Actions.com2 ({text: ‘Hello World’}) You can recover your data in com2 like this: this.props.text You can go to the next tutorial for more information: https://github.com/aksonov/react-native-router-flux/blob/master/docs/v3/MINI_TUTORIAL.md