React native navigation 5 passing updated component
问题 I am new to react native and its navigation modules. I have a simple dashboard.js file where I am using tab navigator like this - <Tabs.Navigator tabBarOptions={{ activeTintColor: '#ff5757' }}> <Tabs.Screen options={{ tabBarIcon: ({ color }) => <Icon name='star-border' size={30} padding={15} color={color} />,}} name={'Orders'} component={Order} initialParams={{user}} /> <Tabs.Screen component= {AnotherComponent} /> As you can see I am passing InitialParams where I have user props. And I can