This commit is contained in:
tapframe 2025-09-15 22:00:53 +05:30
parent 0ff28a2c7b
commit 830a1a3437
4 changed files with 4 additions and 2 deletions

View file

@ -3,5 +3,5 @@
<string name="expo_splash_screen_resize_mode" translatable="false">contain</string>
<string name="expo_splash_screen_status_bar_translucent" translatable="false">false</string>
<string name="expo_system_ui_user_interface_style" translatable="false">dark</string>
<string name="expo_runtime_version">0.6.0-beta.11</string>
<string name="expo_runtime_version">1.0.0</string>
</resources>

View file

@ -0,0 +1 @@
{"version":"1","generator":"@dotlottie/dotlottie-js@1.2.0","author":"@dotlottie/dotlottie-js@1.2.0","animations":[{"id":"7e326d80-25fe-4203-94a1-718eb3177efe","playMode":"normal"}]}

File diff suppressed because one or more lines are too long

View file

@ -65,7 +65,7 @@ const LoadingSpinner: React.FC<LoadingSpinnerProps> = ({
return (
<View style={[styles.container, { transform: [{ translateY: offsetY }] }, style]}>
<LottieView
source={source || require('../../../assets/Ripple loading animation.zip')}
source={source || require('../../../assets/lottie/loading.json')}
autoPlay
loop
style={[styles.animation, getSizeStyles()]}