BlueWallet/react-native.config.js

20 lines
523 B
JavaScript
Raw Normal View History

2019-07-22 13:40:25 -04:00
module.exports = {
dependencies: {
2019-08-04 20:34:17 +01:00
appcenter: {
2019-07-22 13:40:25 -04:00
platforms: {
android: null, // disable Android platform, other platforms will still autolink if provided
},
},
'appcenter-analytics': {
platforms: {
android: null, // disable Android platform, other platforms will still autolink if provided
},
},
'appcenter-crashes': {
platforms: {
android: null, // disable Android platform, other platforms will still autolink if provided
},
},
},
};