Files
mattermost-mobile/react-native.config.js
Elias Nahum 5f74491ea8 Upgrade Navigation library (#3997)
* 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
2020-03-09 12:50:42 -07: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',
],
};