about summary refs log tree commit diff
path: root/modules/expo-background-notification-handler/expo-module.config.json
blob: 9e5c9d5509c036fefb26668705e626f8a82093ac (plain) (blame)
1
2
3
4
5
6
7
8
9
{
  "platforms": ["ios", "android"],
  "ios": {
    "modules": ["ExpoBackgroundNotificationHandlerModule"]
  },
  "android": {
    "modules": ["expo.modules.backgroundnotificationhandler.ExpoBackgroundNotificationHandlerModule"]
  }
}