Merge pull request #605 from doomsower/fix-moment-with-locales

Replace moment-with-locales.min with regular moment
This commit is contained in:
Bruno
2017-10-13 08:24:21 -03:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ import {
ViewPropTypes,
} from 'react-native';
import moment from 'moment/min/moment-with-locales.min';
import moment from 'moment';
import { isSameDay, isSameUser, warnDeprecated } from './utils';

View File

@@ -8,7 +8,7 @@ import {
} from 'react-native';
import ActionSheet from '@expo/react-native-action-sheet';
import moment from 'moment/min/moment-with-locales.min';
import moment from 'moment';
import uuid from 'uuid';
import * as utils from './utils';

View File

@@ -7,7 +7,7 @@ import {
ViewPropTypes,
} from 'react-native';
import moment from 'moment/min/moment-with-locales.min';
import moment from 'moment';
export default class Time extends React.Component {
render() {