deliverGoodsActions.js
305 Bytes
/**
* # guideActions.js
*
* App user guide
*
*/
'use strict';
import {Actions} from 'react-native-router-flux';
import DeliverGoodsService from '../../services/DeliverGoodsService';
import {Alert, Linking} from 'react-native';
const {
LOGOUT,
} = require('../../constants/actionTypes').default;