[FIX] Item not animating on tap on team's channels view (#3187)
This commit is contained in:
parent
2502b27564
commit
87dd31a91a
|
@ -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';
|
||||
|
|
Loading…
Reference in New Issue