Bluesky app fork with some witchin' additions 馃挮
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

1{ 2 "platforms": ["ios", "android"], 3 "ios": { 4 "modules": ["ExpoBackgroundNotificationHandlerModule"] 5 }, 6 "android": { 7 "modules": ["expo.modules.backgroundnotificationhandler.ExpoBackgroundNotificationHandlerModule"] 8 } 9}