UNPKG

220 BJSONView Raw
1{
2 "name": "expo-background-fetch",
3 "platforms": ["ios", "android"],
4 "ios": {
5 "modules": ["BackgroundFetchModule"]
6 },
7 "android": {
8 "modules": ["expo.modules.backgroundfetch.BackgroundFetchModule"]
9 }
10}