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