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

16 lines
205 B
JavaScript

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