JSPM

  • Created
  • Published
  • Downloads 24072
  • Score
    100M100P100Q153088F
  • License MIT

Pure JavaScript color picker for react-native

Package Exports

  • reanimated-color-picker
  • reanimated-color-picker/src/index.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (reanimated-color-picker) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

🔴 🟢 🔵

Reanimated Color Picker

npm GitHub GitHub issues Platform

- Pure JavaScript color picker for react-native.

- Highly customizable.

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

- Supports right to left (RTL) layout.

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

🔹Usage

  • We recommend reading the detailed documentation for using ColorPicker here.

🔹License