redux-saga-location
Version:
Location-support for redux-saga
25 lines (21 loc) • 391 B
JavaScript
/**
* redux-saga-location
* @flow
*/
;
export {
clearWatch,
getCurrentPosition,
stopObserving,
watchCurrentPosition,
watchLocationChannel
} from './saga/location';
export {
clearWatchThunk,
getCurrentPositionThunk,
stopObservingThunk,
watchCurrentPositionThunk
} from './thunks/location'
export {
default as locationReducer
} from './reducer/location';