UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

4 lines (3 loc) 184 B
import { ConfigPlugin } from '@expo/config-plugins'; export declare function modifyAppDelegate(appDelegate: string): string; export declare const withDevMenuAppDelegate: ConfigPlugin;