UNPKG

repoweaver

Version:

A GitHub App that skillfully weaves multiple templates together to create and update repositories with intelligent merge strategies

1 lines 1.09 kB
{"ast":null,"code":"import Animated from \"react-native-web/dist/exports/Animated\";\nimport useLazyRef from \"./useLazyRef\";\nexport default function useAnimatedValue(initialValue) {\n const {\n current\n } = useLazyRef(() => new Animated.Value(initialValue));\n return current;\n}","map":{"version":3,"names":["useLazyRef","useAnimatedValue","initialValue","current","Animated","Value"],"sources":["/Users/pmouli/Documents/GitHub.nosync/boots-strapper/mobile/node_modules/react-native-paper/src/utils/useAnimatedValue.tsx"],"sourcesContent":["import { Animated } from 'react-native';\n\nimport useLazyRef from './useLazyRef';\n\nexport default function useAnimatedValue(initialValue: number) {\n const { current } = useLazyRef(() => new Animated.Value(initialValue));\n\n return current;\n}\n"],"mappings":";AAEA,OAAOA,UAAU;AAEjB,eAAe,SAASC,gBAAgBA,CAACC,YAAoB,EAAE;EAC7D,MAAM;IAAEC;EAAQ,CAAC,GAAGH,UAAU,CAAC,MAAM,IAAII,QAAQ,CAACC,KAAK,CAACH,YAAY,CAAC,CAAC;EAEtE,OAAOC,OAAO;AAChB","ignoreList":[]},"metadata":{"hasCjsExports":false},"sourceType":"module","externalDependencies":[]}