2019-08-06 18:16:51 +02: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 01:42:11 -03:00
|
|
|
'@react-native-community/blur': {
|
|
|
|
|
platforms: {
|
|
|
|
|
android: null,
|
|
|
|
|
},
|
|
|
|
|
},
|
2019-08-06 18:16:51 +02:00
|
|
|
},
|
|
|
|
|
};
|