vn-verdnaturachat/react-native.config.js

20 lines
249 B
JavaScript
Raw Normal View History

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