You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1 line
968 B

{"ast":null,"code":"import { UnavailabilityError } from \"./errors/UnavailabilityError\";\nexport function requireNativeViewManager(viewName) {\n throw new UnavailabilityError('expo-modules-core', 'requireNativeViewManager');\n}","map":{"version":3,"mappings":"AAEA,SAASA,mBAAmB;AAE5B,OAAM,SAAUC,wBAAwB,CAAUC,QAAgB;EAChE,MAAM,IAAIF,mBAAmB,CAAC,mBAAmB,EAAE,0BAA0B,CAAC;AAChF","names":["UnavailabilityError","requireNativeViewManager","viewName"],"sources":["/Users/mathildejean/Documents/BUT/LaSuperMeteo/LaSuperMeteo/iut-expo-starter/node_modules/expo-modules-core/src/NativeViewManagerAdapter.tsx"],"sourcesContent":["import React from 'react';\n\nimport { UnavailabilityError } from './errors/UnavailabilityError';\n\nexport function requireNativeViewManager<P = any>(viewName: string): React.ComponentType<P> {\n throw new UnavailabilityError('expo-modules-core', 'requireNativeViewManager');\n}\n"]},"metadata":{},"sourceType":"module","externalDependencies":[]}