react-native-picker icon indicating copy to clipboard operation
react-native-picker copied to clipboard

Added type definitions for missing picker options.

Open shubhnik opened this issue 7 years ago • 1 comments

Fixes #277

shubhnik avatar Feb 13 '18 19:02 shubhnik

I've added the following code in my project. Not ideal but the maintainer seems not willing to create new releases...

declare module 'react-native-picker' {
  interface PickerOptions {
    pickerTextEllipsisLen: number
  }
}

acro5piano avatar May 21 '20 06:05 acro5piano