react-native-picker
react-native-picker copied to clipboard
Added type definitions for missing picker options.
Fixes #277
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
}
}