НЛ
http://nsimage.brosteins.com/
Size: a a a
НЛ
НЛ
VP
SZ
GM
SP
GB
SP
GB
SP
GB
SP
GB
AB
function navigateWithReset(routeName, params) {
_navigator.dispatch(
StackActions.reset({
index: 0,
key: null,
actions: [NavigationActions.navigate({ routeName, params })],
})
);
}
navigationRef.current.dispatch(
CommonActions.reset({
index: 0,
routes: [{ name }],
})
);
A
VP
A
A
GW