mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-01-11 20:10:25 +00:00
changes
This commit is contained in:
parent
0ff28a2c7b
commit
830a1a3437
4 changed files with 4 additions and 2 deletions
|
|
@ -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>
|
||||
1
assets/Ripple loading animation 2/manifest.json
Normal file
1
assets/Ripple loading animation 2/manifest.json
Normal 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"}]}
|
||||
1
assets/lottie/loading.json
Normal file
1
assets/lottie/loading.json
Normal file
File diff suppressed because one or more lines are too long
|
|
@ -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()]}
|
||||
|
|
|
|||
Loading…
Reference in a new issue