UNPKG

1.45 kBJavaScriptView Raw
1"use strict";
2
3Object.defineProperty(exports, "__esModule", {
4 value: true
5});
6exports.Motion = void 0;
7var _reactNative = require("react-native");
8var _MotionPressable = require("./MotionPressable");
9var _nativewind = require("nativewind");
10var _createMotionComponent = require("./createMotionComponent");
11// @ts-ignore This was there in v2 but not in v4
12let Motion;
13exports.Motion = Motion;
14(function (_Motion) {
15 const View = _Motion.View = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.View));
16 const Text = _Motion.Text = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.Text));
17 const FlatList = _Motion.FlatList = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.FlatList));
18 const Image = _Motion.Image = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.Image));
19 const ScrollView = _Motion.ScrollView = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.ScrollView));
20 const SectionList = _Motion.SectionList = (0, _createMotionComponent.createMotionComponent)((0, _nativewind.styled)(_reactNative.Animated.SectionList));
21 const Pressable = _Motion.Pressable = (0, _nativewind.styled)(_MotionPressable.MotionPressable);
22})(Motion || (exports.Motion = Motion = {}));
23//# sourceMappingURL=styled.js.map
\No newline at end of file