2019-08-06 16:16:51 +00:00
|
|
|
module.exports = {
|
|
|
|
dependencies: {
|
|
|
|
'react-native-config': {
|
|
|
|
platforms: {
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'react-native-dialogs': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'react-native-image-resizer': {
|
|
|
|
platforms: {
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'react-native-status-keycard': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
2021-11-15 04:42:11 +00:00
|
|
|
'@react-native-community/blur': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
},
|
|
|
|
},
|
2019-08-06 16:16:51 +00:00
|
|
|
},
|
|
|
|
};
|