Rocket.Chat.ReactNative/react-native.config.js

25 lines
322 B
JavaScript

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
}
}
}
};