UNPKG

@tamagui/react-native-web-lite

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