bsky-app/modules/expo-background-notificatio.../expo-module.config.json

10 lines
235 B
JSON

{
"platforms": ["ios", "android"],
"ios": {
"modules": ["ExpoBackgroundNotificationHandlerModule"]
},
"android": {
"modules": ["expo.modules.backgroundnotificationhandler.ExpoBackgroundNotificationHandlerModule"]
}
}