KY
Size: a a a
KY
IH
IH
P(
AR
VL
AR
VL
MK
AR
P
MK
MK
АО
function* putFunction(e) {
yield put(add_node(e))
}
function* routeWorker() {
try {
yield call(() => {
Location.watchPositionAsync({
distanceInterval: 0,
timeInterval: 50
}, (e) => {
//dispatch
putFunction(e)
});
});
} catch (e) {
//yield put();
}
}T
АО
T
АО
T
T