20 lines
249 B
JavaScript
20 lines
249 B
JavaScript
|
module.exports = {
|
||
|
dependencies: {
|
||
|
realm: {
|
||
|
platforms: {
|
||
|
ios: null
|
||
|
}
|
||
|
},
|
||
|
'react-native-notifications': {
|
||
|
platforms: {
|
||
|
android: null
|
||
|
}
|
||
|
},
|
||
|
'react-native-keyboard-input': {
|
||
|
platforms: {
|
||
|
android: null
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
};
|