mirror of
https://github.com/balzack/databag.git
synced 2025-04-23 10:05:19 +00:00
avoid react version of touchableopacity
This commit is contained in:
parent
83869c7e5e
commit
9e5f1b5c6a
@ -1,4 +1,4 @@
|
||||
import { KeyboardAvoidingView, TouchableOpacity as Touchy, FlatList, View, Text, TextInput, Modal, Image, Alert } from 'react-native';
|
||||
import { KeyboardAvoidingView, FlatList, View, Text, TextInput, Modal, Image, Alert } from 'react-native';
|
||||
import { TouchableOpacity } from 'react-native-gesture-handler';
|
||||
import { useTopicItem } from './useTopicItem.hook';
|
||||
import { styles } from './TopicItem.styled';
|
||||
|
@ -1,4 +1,5 @@
|
||||
import { View, Text, Image, TouchableOpacity } from 'react-native';
|
||||
import { View, Text, Image } from 'react-native';
|
||||
import { TouchableOpacity } from 'react-native-gesture-handler';
|
||||
import { styles } from './AudioThumb.styled';
|
||||
import Colors from 'constants/Colors';
|
||||
import audio from 'images/audio.png';
|
||||
|
@ -1,4 +1,5 @@
|
||||
import { Image, TouchableOpacity } from 'react-native';
|
||||
import { Image } from 'react-native';
|
||||
import { TouchableOpacity } from 'react-native-gesture-handler';
|
||||
import { useImageThumb } from './useImageThumb.hook';
|
||||
import { styles } from './ImageThumb.styled';
|
||||
import Colors from 'constants/Colors';
|
||||
|
@ -1,4 +1,5 @@
|
||||
import { View, Image, TouchableOpacity } from 'react-native';
|
||||
import { View, Image } from 'react-native';
|
||||
import { TouchableOpacity } from 'react-native-gesture-handler';
|
||||
import { useVideoThumb } from './useVideoThumb.hook';
|
||||
import { styles } from './VideoThumb.styled';
|
||||
import Colors from 'constants/Colors';
|
||||
|
Loading…
x
Reference in New Issue
Block a user