Skip to content

alabsi91/reanimated-color-picker

 
 

Repository files navigation

🔴 🟢 🔵

Reanimated Color Picker

npm GitHub GitHub issues Platform

- A Pure JavaScript Color Picker for React Native.

- Highly customizable.

- Supports IOS, Android, Expo, and Web platforms.

- Supports right-to-left (RTL) layouts.

Example_1 Example_2 Example_3 Example_4

🔹Prerequisites

🔹Installation

Note First we need to install react-native-gesture-handler(>=2.0.0) and react-native-reanimated(>=2.0.0),

  • Open a Terminal in the project root and run:
npm i reanimated-color-picker

🔹Fabric support

  • react-native-gesture-handler supports the new architecture since version 2.3.0.
  • react-native-reanimated supports the new architecture since version 3.0.0.

🔹Usage

🔹License