1 | {"version":3,"names":["React","NavigationContainerRefContext","createContext","undefined"],"sources":["NavigationContainerRefContext.tsx"],"sourcesContent":["import type { ParamListBase } from '@react-navigation/routers';\nimport * as React from 'react';\n\nimport type { NavigationContainerRef } from './types';\n\n/**\n * Context which holds the route prop for a screen.\n */\nconst NavigationContainerRefContext = React.createContext<\n NavigationContainerRef<ParamListBase> | undefined\n>(undefined);\n\nexport default NavigationContainerRefContext;\n"],"mappings":"AACA,OAAO,KAAKA,KAAZ,MAAuB,OAAvB;;AAIA;AACA;AACA;AACA,MAAMC,6BAA6B,gBAAGD,KAAK,CAACE,aAAN,CAEpCC,SAFoC,CAAtC;AAIA,eAAeF,6BAAf"} |