mirror of
https://github.com/status-im/status-react.git
synced 2025-01-10 11:06:25 +00:00
27 lines
571 B
JavaScript
27 lines
571 B
JavaScript
|
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,
|
||
|
},
|
||
|
},
|
||
|
},
|
||
|
};
|