suhailkakar / React-Native-Color-Picker

React Native Color Picker

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Built With

Installation

  1. Clone the repo

    git clone https://github.com/suhailkakar/React-Native-Color-Picker
  2. Install NPM packages

    npm install

    or

    yarn install
  3. Run the app

    npm start 

    or

    expo start

Folder Structure

πŸ“¦  React-Native-Color-Picker-main
β”œβ”€β”€ App.js
β”œβ”€β”€ app.json
β”œβ”€β”€ assets
β”‚   β”œβ”€β”€ adaptive-icon.png
β”‚   β”œβ”€β”€ favicon.png
β”‚   β”œβ”€β”€ icon.png
β”‚   └── splash.png
β”œβ”€β”€ babel.config.js
β”œβ”€β”€ components
β”‚   β”œβ”€β”€ ColorPickerScreen.js
β”‚   └── Saturation.js
β”œβ”€β”€ Other
β”‚   β”œβ”€β”€ react-native-color-wheel
β”‚   β”‚   β”œβ”€β”€ ColorWheel.js
β”‚   β”‚   β”œβ”€β”€ color-wheel.png
β”‚   β”‚   β”œβ”€β”€ LICENSE
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   β”œβ”€β”€ screenshot.png
β”‚   β”‚   └── works-with-yeti.png
β”‚   β”œβ”€β”€ react-native-hsv-color-picker
β”‚   β”‚   β”œβ”€β”€ package.json
β”‚   β”‚   β”œβ”€β”€ README.md
β”‚   β”‚   └── src
β”‚   β”‚       β”œβ”€β”€ HsvColorPicker.js
β”‚   β”‚       β”œβ”€β”€ HuePicker.js
β”‚   β”‚       β”œβ”€β”€ index.js
β”‚   β”‚       β”œβ”€β”€ SaturationValuePicker.js
β”‚   β”‚       └── utils.js
β”‚   └── react-native-slider-color-picker
β”‚       β”œβ”€β”€ 1.png
β”‚       β”œβ”€β”€ brightness_mask.png
β”‚       β”œβ”€β”€ h.js
β”‚       β”œβ”€β”€ index.js
β”‚       β”œβ”€β”€ LICENSE
β”‚       β”œβ”€β”€ package.json
β”‚       β”œβ”€β”€ rainbow_slider.png
β”‚       β”œβ”€β”€ README.md
β”‚       β”œβ”€β”€ saturation_mask.png
β”‚       β”œβ”€β”€ saturation_mask.svg
β”‚       β”œβ”€β”€ Screenshots
β”‚       β”‚   └── basic_android.png
β”‚       β”œβ”€β”€ s.js
β”‚       └── v.js
β”œβ”€β”€ package.json
β”œβ”€β”€ package-lock.json
└── README.md

Contributing

Contributions are what make the open source community such an amazing place to be learn, inspire, and create. Any contributions you make are greatly appreciated.

  1. Fork the Project
  2. Commit your Changes (git commit -m 'Some Good Features')
  3. Push to the Code (git push -u origin master )
  4. Open a Pull Request

About

React Native Color Picker


Languages

Language:JavaScript 100.0%