Skip to content

Commit

Permalink
Animation match screen (#17)
Browse files Browse the repository at this point in the history
* installation reanimated

* animation vinyls

* animaton avatar + float icons + header + callToActions

* [feat]: update MatchScreen as benjamin code video with typescript

---------

Co-authored-by: llucas.spot <[email protected]>
  • Loading branch information
MeruemIsHere and llucasspot authored Feb 1, 2024
1 parent 5ebf7bf commit 76a8273
Show file tree
Hide file tree
Showing 21 changed files with 23,569 additions and 1,635 deletions.
2 changes: 2 additions & 0 deletions expo-boomboomapp/assets/assets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ export const IMAGES = {
matching: {
ellipse: require("@assets/pages/Matching/ellipse.png"),
floating_hearts: require("@assets/pages/Matching/floating_hearts.png"),
floating_heart: require("@assets/pages/Matching/floating_heart.png"),
floating_note: require("@assets/pages/Matching/floating_note.png"),
nope: require("@assets/pages/Matching/Nope.png"),
tonearm: require("@assets/pages/Matching/tonearm.png"),
vinyl: require("@assets/pages/Matching/Vynil.png"),
Expand Down
2 changes: 2 additions & 0 deletions expo-boomboomapp/babel.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ module.exports = function (api) {
},
},
],
// Required for reanimated
"react-native-reanimated/plugin",
],
};
};
Loading

0 comments on commit 76a8273

Please sign in to comment.