UNPKG

@tamagui/react-native-web-lite

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