[FIX] Crash on message long press (#945)

This commit is contained in:
Diego Mello 2019-05-31 11:42:54 -03:00 committed by GitHub
parent dffba8ab58
commit 2d2ef6121c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@ import PropTypes from 'prop-types';
import { Alert, Clipboard, Share } from 'react-native';
import { connect } from 'react-redux';
import ActionSheet from 'react-native-action-sheet';
import * as moment from 'moment';
import moment from 'moment';
import {
actionsHide as actionsHideAction,
deleteRequest as deleteRequestAction,