{"ast":null,"code":"import CoreView from \"react-native-web/dist/exports/View\";\nimport CoreText from \"react-native-web/dist/exports/Text\";\nimport CoreImage from \"react-native-web/dist/exports/Image\";\nimport createComponent from \"./createAnimatableComponent\";\nimport { initializeRegistryWithDefinitions } from \"./registry\";\nimport * as ANIMATION_DEFINITIONS from \"./definitions\";\ninitializeRegistryWithDefinitions(ANIMATION_DEFINITIONS);\nexport var createAnimatableComponent = createComponent;\nexport var View = createComponent(CoreView);\nexport var Text = createComponent(CoreText);\nexport var Image = createComponent(CoreImage);\nexport { default as createAnimation } from \"./createAnimation\";\nexport { registerAnimation, initializeRegistryWithDefinitions } from \"./registry\";","map":{"version":3,"sources":["/Users/rohitsingh/Documents/projects/new-nativebase-setup/NativeBase/example/node_modules/react-native-animatable/index.js"],"names":["createComponent","initializeRegistryWithDefinitions","ANIMATION_DEFINITIONS","createAnimatableComponent","View","CoreView","Text","CoreText","Image","CoreImage","default","createAnimation","registerAnimation"],"mappings":";;;AAKA,OAAOA,eAAP;AACA,SAASC,iCAAT;AACA,OAAO,KAAKC,qBAAZ;AAEAD,iCAAiC,CAACC,qBAAD,CAAjC;AAEA,OAAO,IAAMC,yBAAyB,GAAGH,eAAlC;AACP,OAAO,IAAMI,IAAI,GAAGJ,eAAe,CAACK,QAAD,CAA5B;AACP,OAAO,IAAMC,IAAI,GAAGN,eAAe,CAACO,QAAD,CAA5B;AACP,OAAO,IAAMC,KAAK,GAAGR,eAAe,CAACS,SAAD,CAA7B;AACP,SAASC,OAAO,IAAIC,eAApB;AACA,SACEC,iBADF,EAEEX,iCAFF","sourcesContent":["import {\n  View as CoreView,\n  Text as CoreText,\n  Image as CoreImage,\n} from 'react-native';\nimport createComponent from './createAnimatableComponent';\nimport { initializeRegistryWithDefinitions } from './registry';\nimport * as ANIMATION_DEFINITIONS from './definitions';\n\ninitializeRegistryWithDefinitions(ANIMATION_DEFINITIONS);\n\nexport const createAnimatableComponent = createComponent;\nexport const View = createComponent(CoreView);\nexport const Text = createComponent(CoreText);\nexport const Image = createComponent(CoreImage);\nexport { default as createAnimation } from './createAnimation';\nexport {\n  registerAnimation,\n  initializeRegistryWithDefinitions,\n} from './registry';\n"]},"metadata":{},"sourceType":"module"}