UNPKG

expo-dev-launcher

Version:

Pre-release version of the Expo development launcher package for testing.

7 lines (4 loc) 226 B
import { ErrorUtils } from 'react-native'; import { createErrorHandler } from './DevLauncherErrorManager'; const globalHandler = ErrorUtils.getGlobalHandler(); ErrorUtils.setGlobalHandler(createErrorHandler(globalHandler));