Files
mattermost-mobile/react-native.config.js
2020-11-17 14:20:58 -03:00

15 lines
330 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',
],
};