1 | {"version":3,"names":["_reactNative","require","_createMotionComponent","_MotionPressable","Motion","exports","_Motion","View","createMotionComponent","Animated","Text","FlatList","Image","ScrollView","SectionList","Pressable","MotionPressable"],"sources":["AnimatedComponents.ts"],"sourcesContent":["import { Animated } from 'react-native';\nimport { createMotionComponent } from './createMotionComponent';\nimport { MotionPressable } from './MotionPressable';\n\nexport namespace Motion {\n export const View = createMotionComponent(Animated.View);\n export const Text = createMotionComponent(Animated.Text);\n export const FlatList = createMotionComponent(Animated.FlatList);\n export const Image = createMotionComponent(Animated.Image);\n export const ScrollView = createMotionComponent(Animated.ScrollView);\n export const SectionList = createMotionComponent(Animated.SectionList);\n export const Pressable = MotionPressable;\n}\n"],"mappings":";;;;;;AAAA,IAAAA,YAAA,GAAAC,OAAA;AACA,IAAAC,sBAAA,GAAAD,OAAA;AACA,IAAAE,gBAAA,GAAAF,OAAA;AAAoD,IAAAG,MAAA;AAAAC,OAAA,CAAAD,MAAA,GAAAA,MAAA;AAAA,WAAAE,OAAA;EAGzC,MAAMC,IAAI,GAAAD,OAAA,CAAAC,IAAA,GAAG,IAAAC,4CAAqB,EAACC,qBAAQ,CAACF,IAAI,CAAC;EACjD,MAAMG,IAAI,GAAAJ,OAAA,CAAAI,IAAA,GAAG,IAAAF,4CAAqB,EAACC,qBAAQ,CAACC,IAAI,CAAC;EACjD,MAAMC,QAAQ,GAAAL,OAAA,CAAAK,QAAA,GAAG,IAAAH,4CAAqB,EAACC,qBAAQ,CAACE,QAAQ,CAAC;EACzD,MAAMC,KAAK,GAAAN,OAAA,CAAAM,KAAA,GAAG,IAAAJ,4CAAqB,EAACC,qBAAQ,CAACG,KAAK,CAAC;EACnD,MAAMC,UAAU,GAAAP,OAAA,CAAAO,UAAA,GAAG,IAAAL,4CAAqB,EAACC,qBAAQ,CAACI,UAAU,CAAC;EAC7D,MAAMC,WAAW,GAAAR,OAAA,CAAAQ,WAAA,GAAG,IAAAN,4CAAqB,EAACC,qBAAQ,CAACK,WAAW,CAAC;EAC/D,MAAMC,SAAS,GAAAT,OAAA,CAAAS,SAAA,GAAGC,gCAAe;AAAC,GAP5BZ,MAAM,KAAAC,OAAA,CAAAD,MAAA,GAANA,MAAM","ignoreList":[]} |