GT2/Ejectable/node_modules/@react-navigation/stack/lib/commonjs/index.js.map

1 line
2.5 KiB
Plaintext

{"version":3,"sources":["index.tsx"],"names":["Assets","require"],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;AAAA;;;;AACA;;;;AACA;;;;AACA;;;;AAKA;;AAYA;;AACA;;AACA;;AACA;;AACA;;AAeA;;AACA;;AACA;;AAEA;;AACA;;AACA;;;;;;;;AAxCA;AACA;AACA;AAGO,MAAMA,MAAM,GAAG,CACpB;AACAC,OAAO,CAAC,8BAAD,CAFa,EAGpB;AACAA,OAAO,CAAC,mCAAD,CAJa,CAAf;AAOP;AACA;AACA;;AA4BA;AACA;AACA","sourcesContent":["import * as CardStyleInterpolators from './TransitionConfigs/CardStyleInterpolators';\nimport * as HeaderStyleInterpolators from './TransitionConfigs/HeaderStyleInterpolators';\nimport * as TransitionSpecs from './TransitionConfigs/TransitionSpecs';\nimport * as TransitionPresets from './TransitionConfigs/TransitionPresets';\n\n/**\n * Navigators\n */\nexport { default as createStackNavigator } from './navigators/createStackNavigator';\n\nexport const Assets = [\n // eslint-disable-next-line import/no-commonjs\n require('./views/assets/back-icon.png'),\n // eslint-disable-next-line import/no-commonjs\n require('./views/assets/back-icon-mask.png'),\n];\n\n/**\n * Views\n */\nexport { default as StackView } from './views/Stack/StackView';\nexport { default as Header } from './views/Header/Header';\nexport { default as HeaderTitle } from './views/Header/HeaderTitle';\nexport { default as HeaderBackButton } from './views/Header/HeaderBackButton';\nexport { default as HeaderBackground } from './views/Header/HeaderBackground';\n\n/**\n * Transition presets\n */\nexport {\n CardStyleInterpolators,\n HeaderStyleInterpolators,\n TransitionSpecs,\n TransitionPresets,\n};\n\n/**\n * Utilities\n */\nexport { default as CardAnimationContext } from './utils/CardAnimationContext';\nexport { default as HeaderHeightContext } from './utils/HeaderHeightContext';\nexport { default as GestureHandlerRefContext } from './utils/GestureHandlerRefContext';\n\nexport { default as useCardAnimation } from './utils/useCardAnimation';\nexport { default as useHeaderHeight } from './utils/useHeaderHeight';\nexport { default as useGestureHandlerRef } from './utils/useGestureHandlerRef';\n\n/**\n * Types\n */\nexport type {\n StackNavigationOptions,\n StackNavigationProp,\n StackScreenProps,\n StackHeaderProps,\n StackHeaderLeftButtonProps,\n StackHeaderTitleProps,\n StackCardInterpolatedStyle,\n StackCardInterpolationProps,\n StackCardStyleInterpolator,\n StackHeaderInterpolatedStyle,\n StackHeaderInterpolationProps,\n StackHeaderStyleInterpolator,\n} from './types';\n"]}