UNPKG

instabug-reactnative

Version:

React Native plugin for integrating the Instabug SDK

8 lines (6 loc) 221 B
import InstabugConstants from './InstabugConstants'; import { LogLevel } from './Enums'; export const InstabugRNConfig = { metroDevServerPort: InstabugConstants.DEFAULT_METRO_PORT, debugLogsLevel: LogLevel.error, };