Bluesky app fork with some witchin' additions 馃挮
at main 17 lines 446 B view raw
1import {useCallback} from 'react' 2 3export function useNotificationsRegistration() {} 4 5export function useRequestNotificationsPermission() { 6 return async ( 7 _context: 'StartOnboarding' | 'AfterOnboarding' | 'Login' | 'Home', 8 ) => {} 9} 10 11export function useGetAndRegisterPushToken() { 12 return useCallback(async ({}: {} = {}) => {}, []) 13} 14 15export async function decrementBadgeCount(_by: number) {} 16 17export async function resetBadgeCount() {}