UNPKG

@tamagui/react-native-web-lite

Version:
33 lines (32 loc) 2.1 kB
var __defProp = Object.defineProperty; var __getOwnPropDesc = Object.getOwnPropertyDescriptor; var __getOwnPropNames = Object.getOwnPropertyNames; var __hasOwnProp = Object.prototype.hasOwnProperty; var __export = (target, all) => { for (var name in all) __defProp(target, name, { get: all[name], enumerable: !0 }); }, __copyProps = (to, from, except, desc) => { if (from && typeof from == "object" || typeof from == "function") for (let key of __getOwnPropNames(from)) !__hasOwnProp.call(to, key) && key !== except && __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable }); return to; }; var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: !0 }), mod); var Animated_exports = {}; __export(Animated_exports, { AnimatedExports: () => AnimatedExports, default: () => Animated_default }); module.exports = __toCommonJS(Animated_exports); var import_react_native_web_internals = require("@tamagui/react-native-web-internals"), import_AnimatedImplementation = require("./AnimatedImplementation"), import_AnimatedMock = require("./AnimatedMock"), import_AnimatedFlatList = require("./components/AnimatedFlatList"), import_AnimatedImage = require("./components/AnimatedImage"), import_AnimatedScrollView = require("./components/AnimatedScrollView"), import_AnimatedSectionList = require("./components/AnimatedSectionList"), import_AnimatedText = require("./components/AnimatedText"), import_AnimatedView = require("./components/AnimatedView"); const Animated = import_react_native_web_internals.Platform.isTesting ? import_AnimatedMock.AnimatedMock : import_AnimatedImplementation.AnimatedImplementation, AnimatedExports = { FlatList: import_AnimatedFlatList.FlatList, Image: import_AnimatedImage.AnimatedImage, ScrollView: import_AnimatedScrollView.ScrollView, SectionList: import_AnimatedSectionList.SectionList, Text: import_AnimatedText.AnimatedText, View: import_AnimatedView.AnimatedView, ...Animated }; var Animated_default = AnimatedExports; //# sourceMappingURL=Animated.js.map