|
|
|
@ -9,7 +9,7 @@ import {
@@ -9,7 +9,7 @@ import {
|
|
|
|
|
SearchWithBtn, |
|
|
|
|
useTheme, |
|
|
|
|
} from '@/shared' |
|
|
|
|
import { StyleSheet, View } from 'react-native' |
|
|
|
|
import { FlatList, StyleSheet, View } from 'react-native' |
|
|
|
|
import Animated from 'react-native-reanimated' |
|
|
|
|
import { SelectChatListItem, SelectedChatsRow } from '../components' |
|
|
|
|
import { PartialTheme } from '@/shared/themes/interfaces' |
|
|
|
@ -100,7 +100,7 @@ export const ForwardMessageScreen: FC<IProps> = ({
@@ -100,7 +100,7 @@ export const ForwardMessageScreen: FC<IProps> = ({
|
|
|
|
|
btnTitle="Вибрати всі" |
|
|
|
|
placeholder="Знайдіть бесіду" |
|
|
|
|
/> |
|
|
|
|
<Animated.FlatList |
|
|
|
|
<FlatList |
|
|
|
|
data={chats} |
|
|
|
|
contentContainerStyle={styles.contentContainerStyle} |
|
|
|
|
initialNumToRender={10} |
|
|
|
|