2019-08-06 16:16:51 +00:00
|
|
|
module.exports = {
|
2024-08-02 12:48:42 +00:00
|
|
|
project: {
|
|
|
|
android: {
|
|
|
|
// https://github.com/reactwg/react-native-new-architecture/discussions/135
|
|
|
|
unstable_reactLegacyComponentNames: ['BVLinearGradient', 'CKCameraManager', 'FastImageView'],
|
|
|
|
},
|
|
|
|
},
|
2023-06-19 13:39:12 +00:00
|
|
|
dependencies: {
|
|
|
|
'react-native-config': {
|
|
|
|
platforms: {
|
|
|
|
ios: null,
|
|
|
|
},
|
2019-08-06 16:16:51 +00:00
|
|
|
},
|
2023-06-19 13:39:12 +00:00
|
|
|
'react-native-image-resizer': {
|
|
|
|
platforms: {
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'react-native-status-keycard': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
ios: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
'@react-native-community/blur': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
},
|
|
|
|
},
|
|
|
|
},
|
2019-08-06 16:16:51 +00:00
|
|
|
};
|