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

27 lines
374 B
JavaScript

module.exports = {
dependencies: {
'react-native-jitsi-meet': {
platforms: {
ios: null,
android: null
}
},
'react-native-notifications': {
platforms: {
android: null
}
},
'react-native-keyboard-input': {
platforms: {
android: null
}
},
'@nozbe/watermelondb': {
platforms: {
android: null,
ios: null
}
}
}
};