Release 1.105.0 (#8693)

* Tests fixes

* Pull latest translations
This commit is contained in:
Paul Frazee
2025-07-21 20:15:29 -07:00
committed by GitHub
parent fc4bf4e919
commit 9e2b99e860
46 changed files with 32324 additions and 19495 deletions
@@ -1,3 +1,5 @@
import {useCallback} from 'react'
export function useNotificationsRegistration() {}
export function useRequestNotificationsPermission() {
@@ -6,6 +8,10 @@ export function useRequestNotificationsPermission() {
) => {}
}
export function useGetAndRegisterPushToken() {
return useCallback(async ({}: {} = {}) => {}, [])
}
export async function decrementBadgeCount(_by: number) {}
export async function resetBadgeCount() {}