lint
This commit is contained in:
parent
40cb3e536b
commit
96b86255d3
|
@ -1,6 +1,6 @@
|
|||
import React from 'react';
|
||||
import PropTypes from 'prop-types';
|
||||
import { Text, View, Button, LayoutAnimation } from 'react-native';
|
||||
import { Text, View, Button } from 'react-native';
|
||||
import { connect } from 'react-redux';
|
||||
import { bindActionCreators } from 'redux';
|
||||
import equal from 'deep-equal';
|
||||
|
@ -51,8 +51,8 @@ export default class RoomView extends React.Component {
|
|||
Message_TimeFormat: PropTypes.string,
|
||||
loading: PropTypes.bool,
|
||||
actionMessage: PropTypes.object,
|
||||
toggleReactionPicker: PropTypes.func.isRequired,
|
||||
layoutAnimation: PropTypes.instanceOf(Date)
|
||||
toggleReactionPicker: PropTypes.func.isRequired
|
||||
// layoutAnimation: PropTypes.instanceOf(Date)
|
||||
};
|
||||
|
||||
static navigationOptions = ({ navigation }) => ({
|
||||
|
|
Loading…
Reference in New Issue