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

36 lines
532 B
JavaScript

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