-
Diego Mello authoredDiego Mello authored
react-native.config.js 284 B
module.exports = {
dependencies: {
'react-native-notifications': {
platforms: {
android: null
}
},
'react-native-keyboard-input': {
platforms: {
android: null
}
},
'@nozbe/watermelondb': {
platforms: {
android: null,
ios: null
}
}
}
};