7 lines
252 B
JavaScript
7 lines
252 B
JavaScript
// Copyright (c) 2016 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);
|