UNPKG

@tamagui/react-native-web-lite

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