UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

7 lines (4 loc) 219 B
import { createRunOncePlugin } from 'expo/config-plugins'; const pkg = require('expo-dev-menu/package.json'); // no-op after SDK 44 export default createRunOncePlugin<void>((config) => config, pkg.name, pkg.version);