React Native StackNavigator initialRouteName with parameters
In 'react-navigation' library, How can I send the parameters with initialRouteName in Stack.Navigator. return ( <Stack.Navigator initialRouteName={routeName} screenOptions={{ animation: 'slide_from_right', }}> This is the return of my navigation file and I'm setting the routeName dynamically but the screen on which…