Newer
Older
module.exports = {
dependencies: {
realm: {
platforms: {
ios: null
}
},
'react-native-notifications': {
platforms: {
android: null
}
},
'react-native-keyboard-input': {
platforms: {
android: null
}
}
}
};