Skip to content

iosRequestIdentifiers — @gj-kit/expo-workouts

A public function from @gj-kit/expo-workouts. The signature below is taken directly from the 0.1.1 release declaration.

import { iosRequestIdentifiers } from '@gj-kit/expo-workouts';
/**
* iOS: scope -> HK 타입 식별자, **방향별로**. 같은 식별자가 양쪽에 나오는 것이 정상이다 —
* HealthKit은 하나의 타입에 대해 read와 share를 따로 인가한다.
* `'elevation'`은 빈 집합이므로 어느 쪽에도 아무것도 더하지 않는다(§8.8).
*/
declare function iosRequestIdentifiers(request: AuthorizationRequest): DirectedPermissions;

This declaration is the source of truth for parameters, optionality, generics, return values, and public union/type contracts. Check the package golden path and this subpath’s import conditions for required environment, permission, and error boundaries before calling it.

  • Package: @gj-kit/expo-workouts
  • Version: 0.1.1
  • Public entry: .
  • Source: GitHub