UNPKG

@tamagui/react-native-web-lite

Version:
25 lines (24 loc) 881 B
import { Platform } from "@tamagui/react-native-web-internals"; import { AnimatedImplementation } from "./AnimatedImplementation"; import { AnimatedMock } from "./AnimatedMock"; import { FlatList } from "./components/AnimatedFlatList"; import { AnimatedImage as Image } from "./components/AnimatedImage"; import { ScrollView } from "./components/AnimatedScrollView"; import { SectionList } from "./components/AnimatedSectionList"; import { AnimatedText as Text } from "./components/AnimatedText"; import { AnimatedView as View } from "./components/AnimatedView"; const Animated = Platform.isTesting ? AnimatedMock : AnimatedImplementation, AnimatedExports = { FlatList, Image, ScrollView, SectionList, Text, View, ...Animated }; var Animated_default = AnimatedExports; export { AnimatedExports, Animated_default as default }; //# sourceMappingURL=Animated.js.map