forked from Ivasoft/mattermost-mobile
Barebones code for v2
This commit is contained in:
15
react-native.config.js
Normal file
15
react-native.config.js
Normal file
@@ -0,0 +1,15 @@
|
||||
// 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',
|
||||
],
|
||||
};
|
||||
Reference in New Issue
Block a user