Package Exports
- @hashiprobr/react-native-paper-dropdown
- @hashiprobr/react-native-paper-dropdown/dist/DropDown.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@hashiprobr/react-native-paper-dropdown) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
react-native-paper-dropdown
Fork of react-native-paper-dropdown
Install
npm install @hashiprobr/react-native-paper-dropdown
Removed props
name | description |
---|---|
visible | not available |
onDismiss | not available |
showDropDown | not available |
setValue | renamed to onChangeValue |
Added props
name | description |
---|---|
onChangeValue | renamed from setValue |
disabled | analogous to the TextInput disabled prop |
editable | analogous to the TextInput editable prop |
style | analogous to the TextInput style prop |
touchableProps | analogous to the TouchableRipple props |
touchableStyle | analogous to the TouchableRipple style prop |
error | analogous to the TextInput error prop |
selectionColor | analogous to the TextInput selectionColor prop |
underlineColor | analogous to the TextInput underlineColor prop |
activeUnderlineColor | analogous to the TextInput activeUnderlineColor prop |
outlineColor | analogous to the TextInput outlineColor prop |
activeOutlineColor | analogous to the TextInput activeOutlineColor prop |
dense | analogous to the TextInput dense prop |
iconStyle | analogous to the TextInput.Icon style prop |