mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 10:42:53 +00:00
c80992b6bf
* Update prettier config for the project. * Add prettier to make lint-fix.
32 lines
535 B
JavaScript
32 lines
535 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,
|
|
},
|
|
},
|
|
'@react-native-community/blur': {
|
|
platforms: {
|
|
android: null,
|
|
},
|
|
},
|
|
},
|
|
};
|