Files
mattermost-mobile/react-native.config.js
2021-04-14 10:55:29 -04:00

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