Skip to content

Commit

Permalink
Don't update lottie files names
Browse files Browse the repository at this point in the history
  • Loading branch information
zoontek committed Dec 25, 2023
1 parent a3de004 commit bacc563
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions .prettierignore
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
*.lottie.json

Pods/
docs/.docusaurus/
lib/
node_modules/

*.lottie.json

example/android/app/build/
example/ios/build/
example/src/**/Lottie/*.json

FabricExample/android/app/build/
FabricExample/ios/build/
FabricExample/src/**/Lottie/*.json
2 changes: 1 addition & 1 deletion FabricExample/src/screens/Examples/Lottie/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Reanimated, {
} from 'react-native-reanimated';

// animation is taken from lottie public animations: https://lottiefiles.com/46216-lock-debit-card-morph
import LockDebitCardMorph from './animation.lottie.json';
import LockDebitCardMorph from './animation.json';

const styles = StyleSheet.create({
container: {
Expand Down
2 changes: 1 addition & 1 deletion example/src/screens/Examples/Lottie/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import Reanimated, {
} from 'react-native-reanimated';

// animation is taken from lottie public animations: https://lottiefiles.com/46216-lock-debit-card-morph
import LockDebitCardMorph from './animation.lottie.json';
import LockDebitCardMorph from './animation.json';

const styles = StyleSheet.create({
container: {
Expand Down

0 comments on commit bacc563

Please sign in to comment.