TheWidlarzGroup / reanimated-color-picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React Native Reanimated 2 - color picker animation

Introduction

This repository is a playground for an article "Custom color picker animation with React Native Reanimated v2". Read here

Branches

  • master - complete app
  • starter - starter app

Instructions

Clone the repository:

git clone https://github.com/TheWidlarzGroup/reanimated-color-picker.git

Install packages:

cd reanimatedColorPicker && yarn install

For iOS also:

cd ios && pod install

Run the project:

yarn ios
// or
yarn android

About

License:MIT License


Languages

Language:TypeScript 54.6%Language:Java 19.6%Language:Objective-C 13.4%Language:Starlark 5.7%Language:JavaScript 4.4%Language:Ruby 2.2%