BlueWallet/react-native.config.js
2019-07-22 20:40:25 +03:00

19 lines
525 B
JavaScript

module.exports = {
dependencies: {
'appcenter': {
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
},
},
},
};