mirror of https://git.lenooby09.tech/LeNooby09/social-app.git
0
fork

Configure Feed

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

at tmp-rm-bitdrift 11 lines 309 B view raw
1export function useNotificationsRegistration() {} 2 3export function useRequestNotificationsPermission() { 4 return async ( 5 _context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home', 6 ) => {} 7} 8 9export async function decrementBadgeCount(_by: number) {} 10 11export async function resetBadgeCount() {}