about summary refs log tree commit diff
path: root/src/Splash.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r--src/Splash.tsx14
1 files changed, 7 insertions, 7 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx
index e9c945d1b..42a21c083 100644
--- a/src/Splash.tsx
+++ b/src/Splash.tsx
@@ -1,22 +1,22 @@
-import MaskedView from '@react-native-masked-view/masked-view'
-import {Image} from 'expo-image'
-import * as SplashScreen from 'expo-splash-screen'
 import React, {useCallback, useEffect} from 'react'
 import {
-  AccessibilityInfo,
-  Image as RNImage,
+  View,
   StyleSheet,
+  Image as RNImage,
+  AccessibilityInfo,
   useColorScheme,
-  View,
 } from 'react-native'
+import * as SplashScreen from 'expo-splash-screen'
+import {Image} from 'expo-image'
 import Animated, {
-  Easing,
   interpolate,
   runOnJS,
   useAnimatedStyle,
   useSharedValue,
   withTiming,
+  Easing,
 } from 'react-native-reanimated'
+import MaskedView from '@react-native-masked-view/masked-view'
 import {useSafeAreaInsets} from 'react-native-safe-area-context'
 import Svg, {Path, SvgProps} from 'react-native-svg'