1{"version":3,"file":"ExpoDevMenu.js","sourceRoot":"","sources":["../src/ExpoDevMenu.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,mBAAmB,EAAE,MAAM,mBAAmB,CAAC;AACxD,OAAO,EAAE,aAAa,EAAE,QAAQ,EAAE,MAAM,cAAc,CAAC;AAIvD,MAAM,MAAM,GACV,QAAQ,CAAC,EAAE,KAAK,SAAS,CAAC,CAAC,CAAC,mBAAmB,CAAC,aAAa,CAAC,CAAC,CAAC,CAAC,aAAa,CAAC,WAAW,CAAC;AAE7F,eAAe,MAAqB,CAAC","sourcesContent":["import { requireNativeModule } from 'expo-modules-core';\nimport { NativeModules, Platform } from 'react-native';\n\nimport { ExpoDevMenu } from './ExpoDevMenu.types';\n\nconst module =\n  Platform.OS === 'android' ? requireNativeModule('ExpoDevMenu') : NativeModules.ExpoDevMenu;\n\nexport default module as ExpoDevMenu;\n"]}