mattermost-mobile/index.android.js
2017-04-10 11:33:35 -03:00

7 lines
260 B
JavaScript

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