mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-22 23:28:56 +03:00
8 lines
194 B
JavaScript
8 lines
194 B
JavaScript
import { Client } from 'bugsnag-react-native';
|
|
import Config from 'react-native-config';
|
|
import App from './src/index';
|
|
|
|
const bugsnag = new Client(Config.BUGSNAG_API_KEY);
|
|
|
|
export default App;
|