2019-08-20 19:24:22 +00:00
|
|
|
module.exports = {
|
|
|
|
dependencies: {
|
|
|
|
'react-native-notifications': {
|
|
|
|
platforms: {
|
|
|
|
android: null
|
|
|
|
}
|
|
|
|
},
|
|
|
|
'react-native-keyboard-input': {
|
|
|
|
platforms: {
|
|
|
|
android: null
|
|
|
|
}
|
2019-10-07 20:56:30 +00:00
|
|
|
},
|
|
|
|
'@nozbe/watermelondb': {
|
|
|
|
platforms: {
|
|
|
|
android: null,
|
|
|
|
ios: null
|
|
|
|
}
|
2019-08-20 19:24:22 +00:00
|
|
|
}
|
|
|
|
}
|
|
|
|
};
|