react-native-notifications
Version:
Advanced Push Notifications (Silent, interactive notifications) for iOS & Android
20 lines (19 loc) • 401 B
JavaScript
module.exports = {
dependency: {
platforms: {
ios: {},
android: {
sourceDir: './lib/android/app',
packageInstance: 'new RNNotificationsPackage(reactNativeHost.getApplication())',
}
},
},
project: {
ios: {
project: './example/ios/NotificationsExampleApp.xcworkspace',
},
android: {
sourceDir: './example/android/',
},
},
};