forked from Ivasoft/mattermost-mobile
* Upgrade Navigation library * Feedback review on Navigation Library * Fix select server background color * Fix iPhone 11 and 11 Pro Max navbar height * Fix background color on Select Server * Upgrade nav lib to 6.1.0 * Apply patch to nav lib * Upgrade RNN to 6.1.1
15 lines
330 B
JavaScript
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',
|
|
],
|
|
}; |