You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
398 B

7 years ago
import './shim.js';
import MainBottomTabs from './MainBottomTabs';
6 years ago
import Sentry from 'sentry-expo';
Sentry.config('https://23377936131848ca8003448a893cb622@sentry.io/1295736').install();
/** @type {AppStorage} */
7 years ago
require('./BlueApp');
7 years ago
if (!Error.captureStackTrace) {
// captureStackTrace is only available when debugging
Error.captureStackTrace = () => {};
}
6 years ago
export default MainBottomTabs;