UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

6 lines (4 loc) 278 B
import { DevLauncherExtension } from 'expo-dev-launcher'; import { NativeModules } from 'react-native'; export const isDevLauncherInstalled = NativeModules.EXDevLauncherExtension != null; export const DevLauncher = NativeModules.EXDevLauncherExtension as DevLauncherExtension;