about summary refs log tree commit diff
path: root/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts
blob: 9b9b7fc0c70765e30d855828e9643c6a646b23bf (plain) (blame)
1
2
3
4
5
import {NotImplementedError} from '../NotImplemented'

export function getIsReducedMotionEnabled(): boolean {
  throw new NotImplementedError()
}