Skip to content

MedRedha/rn-reanimated-button

Repository files navigation

React Native Reanimated Button
Made with ❤️ by Med Redha

GitHub package.json version GitHub package.json dependency version (prod) GitHub package.json dependency version (prod) GitHub stars Platforms

🧭 Step By Step Guide

🚀 Installation

Let's start by cloning the repo locally

git clone git@github.com:MedRedha/rn-reanimated-button.git

🧼 Clean-Up & Simple Run

Clean up the cache & install the dependencies

  • yarn clean
  • yarn && yarn pod
  • yarn start
  • yarn ios || yarn android

🧼 What was done?

Here is the list of requested features and details done for the challenge

  • All from scratch
  • Custom runnin scripts
  • Latest React Native release >0.70
  • Pure animation using Reanimated 2 API
  • Native font integration
  • Reusable, clean & simple components

- In Code We Trust -