UNPKG

555 BSource Map (JSON)View Raw
1{"version":3,"names":["NavigationRouteContext","React","createContext","undefined"],"sources":["NavigationRouteContext.tsx"],"sourcesContent":["import type { Route } from '@react-navigation/routers';\nimport * as React from 'react';\n\n/**\n * Context which holds the route prop for a screen.\n */\nconst NavigationRouteContext = React.createContext<Route<string> | undefined>(\n undefined\n);\n\nexport default NavigationRouteContext;\n"],"mappings":";;;;;;;AACA;;;;;;AAEA;AACA;AACA;AACA,MAAMA,sBAAsB,gBAAGC,KAAK,CAACC,aAAN,CAC7BC,SAD6B,CAA/B;eAIeH,sB"}
\No newline at end of file