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