From 96b86255d35872ce03e59c178a86bc674328e5eb Mon Sep 17 00:00:00 2001 From: Guilherme Gazzo Date: Wed, 14 Feb 2018 21:13:52 -0200 Subject: [PATCH] lint --- app/views/RoomView/index.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/app/views/RoomView/index.js b/app/views/RoomView/index.js index c0172d9b7..ee0594d34 100644 --- a/app/views/RoomView/index.js +++ b/app/views/RoomView/index.js @@ -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 }) => ({