vn-verdnaturachat/react-native.config.js

21 lines
284 B
JavaScript

module.exports = {
dependencies: {
'react-native-notifications': {
platforms: {
android: null
}
},
'react-native-keyboard-input': {
platforms: {
android: null
}
},
'@nozbe/watermelondb': {
platforms: {
android: null,
ios: null
}
}
}
};