Giter VIP home page Giter VIP logo

react-native-wheel-scrollview-picker's Introduction

This fork is not yet released!

react-native-wheel-scrollview-picker

A pure js picker for React Native

https://www.npmjs.com/package/react-native-wheel-scrollview-picker


Table of Contents

  1. Features
  2. Installation
  3. Usage
  4. Props
  5. License

Installation

yarn add react-native-wheel-scrollview-picker
# or
npm install react-native-wheel-scrollview-picker --save

Usage

import React, { Component } from 'react';
import ScrollPicker from 'react-native-wheel-scrollview-picker';

export default class SimpleExample extends Component {
  render() {
    return (
      <ScrollPicker
        dataSource={['1', '2', '3', '4', '5', '6']}
        selectedIndex={1}
        renderItem={(data, index) => {
          //
        }}
        onValueChange={(data, selectedIndex) => {
          //
        }}
        wrapperHeight={180}
        wrapperWidth={150}
        wrapperColor='#FFFFFF'
        itemHeight={60}
        highlightColor='#d8d8d8'
        highlightBorderWidth={2}
      />
    );
  }
}

Props

Props Description Type Default
dataSource Data of the picker Array
selectedIndex selected index of the item number 1
wrapperHeight height of the picker number
wrapperWidth width of the picker number
wrapperBackground picker background string '#FFF'
itemHeight height of each item number
highlightColor color of the indicator line number 1
highlightBorderWidth width of the indicator string "#d8d8d8"
activeItemTextStyle Active Item Text object style object
itemTextStyle Item Text object style object

Author

License

MIT

react-native-wheel-scrollview-picker's People

Contributors

brunosmarppy avatar ideopunk avatar mattyoon avatar rheng001 avatar srbrahma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.