about summary refs log tree commit diff
path: root/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts')
-rw-r--r--modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts5
1 files changed, 5 insertions, 0 deletions
diff --git a/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts
new file mode 100644
index 000000000..9b9b7fc0c
--- /dev/null
+++ b/modules/expo-bluesky-swiss-army/src/PlatformInfo/index.ts
@@ -0,0 +1,5 @@
+import {NotImplementedError} from '../NotImplemented'
+
+export function getIsReducedMotionEnabled(): boolean {
+  throw new NotImplementedError()
+}