diff options
Diffstat (limited to 'src/Splash.tsx')
-rw-r--r-- | src/Splash.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Splash.tsx b/src/Splash.tsx index c31723aaa..47e70b375 100644 --- a/src/Splash.tsx +++ b/src/Splash.tsx @@ -15,7 +15,7 @@ import Animated, { withTiming, } from 'react-native-reanimated' import {useSafeAreaInsets} from 'react-native-safe-area-context' -import Svg, {Path, SvgProps} from 'react-native-svg' +import Svg, {Path, type SvgProps} from 'react-native-svg' import {Image} from 'expo-image' import * as SplashScreen from 'expo-splash-screen' |