[FIX] Item not animating on tap on team's channels view (#3187)

This commit is contained in:
Diego Mello 2021-06-07 11:13:48 -03:00 committed by GitHub
parent 2502b27564
commit 87dd31a91a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 2 deletions

View File

@ -1,10 +1,9 @@
import React from 'react';
import { Keyboard, Alert } from 'react-native';
import { Keyboard, Alert, FlatList } from 'react-native';
import PropTypes from 'prop-types';
import { Q } from '@nozbe/watermelondb';
import { withSafeAreaInsets } from 'react-native-safe-area-context';
import { connect } from 'react-redux';
import { FlatList } from 'react-native-gesture-handler';
import StatusBar from '../containers/StatusBar';
import RoomHeader from '../containers/RoomHeader';