Home
last modified time | relevance | path

Searched refs:HistoryActions (Results 1 – 3 of 3) sorted by relevance

/expo/home/redux/
H A DHistoryReducer.ts33 type HistoryActions = alias
40 export default (state: HistoryType, action: HistoryActions): HistoryType => {
/expo/home/
H A DHomeApp.tsx25 import HistoryActions from './redux/HistoryActions';
90 dispatch(HistoryActions.addHistoryItem(manifestUrl, manifest));
97 dispatch(HistoryActions.loadHistory());
/expo/home/screens/HomeScreen/
H A DHomeScreenView.tsx38 import HistoryActions from '../../redux/HistoryActions';
222 this.props.dispatch(HistoryActions.clearHistory());