forked from Ivasoft/mattermost-mobile
9 lines
279 B
JavaScript
9 lines
279 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
import {AppRegistry} from 'react-native';
|
|
|
|
import ShareExtension from 'share_extension/ios';
|
|
|
|
AppRegistry.registerComponent('MattermostShare', () => ShareExtension);
|