Results 1 comments of tuoying96

How about try using ` ` ```javascript import { Text, View, TouchableOpacity, FlatList, InteractionManager, Image } from "react-native"; import * as Animatable from "react-native-animatable"; const AnimatableTouchableOpacity = Animatable.createAnimatableComponent(TouchableOpacity); export default...