UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

7 lines (5 loc) 178 B
import React from 'react'; import { View } from 'react-native'; export default React.forwardRef((props, ref) => ( <View ref={ref} accessibilityRole="button" {...props} /> ));