UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

6 lines (4 loc) 122 B
import { startListening } from './handlers/gestures/eventReceiver'; export function initialize() { startListening(); }