Skip to content
This repository has been archived by the owner on Mar 23, 2024. It is now read-only.

Commit

Permalink
fix: lottie animation format
Browse files Browse the repository at this point in the history
  • Loading branch information
Dorianbse committed Dec 8, 2023
1 parent 0a7ef15 commit a2a6410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/Tabs/Home.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ function HomeScreen({ navigation }: HomeProps) {
<Center width="100%">
<LottieView
style={{ height: 300, width: 300 }}
source={require("../../assets/illustrations/MobileWoman.lottie")}
source={require("../../assets/illustrations/MobileWoman.json")}
autoPlay
loop
resizeMode="contain"
Expand Down

0 comments on commit a2a6410

Please sign in to comment.