UNPKG

@mattward70/activity-controller

Version:

Native module for iOS Live Activities control

7 lines (6 loc) 199 B
export const ActivityControllerModule = { startActivity: async () => ({ activityId: "" }), updateActivity: async () => {}, endActivity: async () => {}, isLiveActivityRunning: () => false, };