// Copyright (c) 2016-present Mattermost, Inc. All Rights Reserved. // See License.txt for license information. /* eslint-disable no-unused-vars */ // import {AppRegistry} from 'react-native'; import Mattermost from 'app/mattermost'; // AppRegistry.registerComponent('Mattermost', () => Mattermost); const app = new Mattermost();