forked from Ivasoft/mattermost-mobile
16 lines
331 B
JavaScript
16 lines
331 B
JavaScript
// Copyright (c) 2015-present Mattermost, Inc. All Rights Reserved.
|
|
// See LICENSE.txt for license information.
|
|
|
|
module.exports = {
|
|
dependencies: {
|
|
'react-native-notifications': {
|
|
platforms: {
|
|
android: null,
|
|
},
|
|
},
|
|
},
|
|
assets: [
|
|
'./assets/fonts',
|
|
],
|
|
};
|