@zt-mobile/react-native-picker-select-n

1.0.4 • Public • Published

react-native-picker-select-n

Getting started

$ npm install react-native-picker-select-n --save

Mostly automatic installation

$ react-native link react-native-picker-select-n

Usage

import React from "react";
import { View } from "react-native";
import { Icon } from "native-base";
import PickerSelectN from 'react-native-picker-select-n';

const PickerSelectN = props => {
    return(
        <View style={{ flex: 1 }}>
            <PickerSelectN
                placeholder={"Please select"}
                onValueChange={val => console.log(val)}
                value={val}
                itemStyle={{ color: "white" }}
                Icon={<Icon name="md-caret-down" />}
            />
        </View>
    );
};

Package Sidebar

Install

npm i @zt-mobile/react-native-picker-select-n

Weekly Downloads

1

Version

1.0.4

License

MIT

Unpacked Size

23.2 kB

Total Files

5

Last publish

Collaborators

  • khaiyuenzchwantech
  • kelvin6129