UNPKG

rn-weblineindia-picker-view

Version:

A lightweight plugin and pure JavaScript React-Native component for custom picker that provides the same UI for both Android and iOS.

6 lines (3 loc) 113 B
import { NativeModules } from 'react-native'; const { Pickerview } = NativeModules; export default Pickerview;