我正在使用React-Navigation我通过使用React-Navigation的contentComponent来使用自定义抽屉的功能。constDrawerNavigation=DrawerNavigator({DrawerStack:{screen:DrawerStack}},{contentComponent:DrawerComponent,drawerWidth:300})这里的DrawerComponent是我的自定义抽屉导航,我在其中使用了自定义导航项,例如用户名、个人资料图片、电子邮件地址和其他菜单。现在,每当用户更新他们的个人资料时,我想刷新我的DrawerCom