import React from 'react'; import { StyleProp, ViewStyle } from 'react-native'; import type { Theme, AnyValue } from '../../types'; import { Option } from './SelectBase'; type Props = { disabled?: boolean; menuMaxHeight?: number; onChange: (value: AnyValue) => void; options: Array