Skip to content

Commit

Permalink
fix import
Browse files Browse the repository at this point in the history
  • Loading branch information
haileyok committed May 22, 2024
1 parent dcd4295 commit 7ab0162
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/platform/detection.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import {Platform} from 'react-native'
import {isReducedMotion} from 'react-native-reanimated/lib/typescript/reanimated2/PlatformChecker'
import {isReducedMotion} from 'react-native-reanimated'
import {getLocales} from 'expo-localization'

import {dedupArray} from 'lib/functions'
Expand Down

0 comments on commit 7ab0162

Please sign in to comment.