UNPKG

@tamagui/react-native-web-lite

Version:
48 lines 2.17 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: true }); }; var __copyProps = (to, from, except, desc) => { if (from && typeof from === "object" || typeof from === "function") { for (let key of __getOwnPropNames(from)) if (!__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: true }), 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"); var import_AnimatedImplementation = require("./AnimatedImplementation.cjs"); var import_AnimatedMock = require("./AnimatedMock.cjs"); var import_AnimatedFlatList = require("./components/AnimatedFlatList.cjs"); var import_AnimatedImage = require("./components/AnimatedImage.cjs"); var import_AnimatedScrollView = require("./components/AnimatedScrollView.cjs"); var import_AnimatedSectionList = require("./components/AnimatedSectionList.cjs"); var import_AnimatedText = require("./components/AnimatedText.cjs"); var import_AnimatedView = require("./components/AnimatedView.cjs"); const Animated = import_react_native_web_internals.Platform.isTesting ? import_AnimatedMock.AnimatedMock : import_AnimatedImplementation.AnimatedImplementation; const 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;