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 }) => ({