10 lines
235 B
JSON
10 lines
235 B
JSON
|
{
|
||
|
"platforms": ["ios", "android"],
|
||
|
"ios": {
|
||
|
"modules": ["ExpoBackgroundNotificationHandlerModule"]
|
||
|
},
|
||
|
"android": {
|
||
|
"modules": ["expo.modules.backgroundnotificationhandler.ExpoBackgroundNotificationHandlerModule"]
|
||
|
}
|
||
|
}
|