UNPKG

@tamagui/react-native-web-lite

Version:
20 lines (19 loc) 664 B
import "@babel/runtime/helpers/objectSpread2"; import { Platform } from "@tamagui/react-native-web-internals"; import * as AnimatedImplementation from "./AnimatedImplementation"; import * as AnimatedMock from "./AnimatedMock"; import Image from "./components/AnimatedImage"; import ScrollView from "./components/AnimatedScrollView"; import Text from "./components/AnimatedText"; import View from "./components/AnimatedView"; var Animated = Platform.isTesting ? AnimatedMock : AnimatedImplementation, Animated_default = { Image, ScrollView, Text, View, ...Animated.default }; export { Animated_default as default }; //# sourceMappingURL=Animated.js.map