UNPKG

expo-dev-menu

Version:

Expo/React Native module with the developer menu.

9 lines (5 loc) 202 B
import { AppRegistry } from 'react-native'; import { enableScreens } from 'react-native-screens'; import { App } from './App'; enableScreens(false); AppRegistry.registerComponent('main', () => App);