mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-11-24 17:09:13 +03:00
21 lines
476 B
JavaScript
21 lines
476 B
JavaScript
module.exports = {
|
|
dependencies: {
|
|
realm: {
|
|
platforms: {
|
|
ios: null, // disable iOS platform, other platforms will still autolink if provided
|
|
},
|
|
},
|
|
'react-native-config': {
|
|
platforms: {
|
|
ios: null,
|
|
},
|
|
},
|
|
'react-native-code-push': {
|
|
platforms: {
|
|
android: null, // disable Android platform, other platforms will still autolink if provided
|
|
},
|
|
},
|
|
},
|
|
assets: ['react-native-vector-icons'],
|
|
};
|