about summary refs log tree commit diff
path: root/src/Splash.tsx
diff options
context:
space:
mode:
authorSamuel Newman <mozzius@protonmail.com>2024-03-13 01:55:14 +0000
committerSamuel Newman <mozzius@protonmail.com>2024-03-13 01:55:14 +0000
commit125ef1c75610c7add79f6a917bfa058f9265d5d4 (patch)
tree727ff0713592fc550e77db10ad020b852100eb3e /src/Splash.tsx
parent1512b5cf68e9e92801a894392569b444fd6af1d1 (diff)
downloadvoidsky-125ef1c75610c7add79f6a917bfa058f9265d5d4.tar.zst
Revert "run linter"
This reverts commit 1512b5cf68e9e92801a894392569b444fd6af1d1.
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'