UNPKG

@tamagui/react-native-web-lite

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