My React Native code:
import React, { Component } from \'react\'; import { AppRegistry, ActivityIndicator, StyleSheet, ListView, Text, Button, TouchableH
See this .
It solved my problem.
this.props.navigation.navigate("**stack_Name**", { screen:"screen_name_connect_with_**stack_name**", params:{ user:"anything_string_or_object" } })