https://github.com/alentoma/react-native-universal-dropdownlist
Cross platform dropdownlist. This component implements a custom dropdownlist and provides the same way to drawing it on the different platforms(iOS and Android, Web, Windows). It dose not use any native code. So there is no aditionalal implementation on different platforms. Install the component and enjoy.
https://github.com/alentoma/react-native-universal-dropdownlist
dropdownliast react-native-dropdownlist
Last synced: 2 months ago
JSON representation
Cross platform dropdownlist. This component implements a custom dropdownlist and provides the same way to drawing it on the different platforms(iOS and Android, Web, Windows). It dose not use any native code. So there is no aditionalal implementation on different platforms. Install the component and enjoy.
- Host: GitHub
- URL: https://github.com/alentoma/react-native-universal-dropdownlist
- Owner: AlenToma
- License: mit
- Created: 2021-02-25T17:08:30.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-02-28T21:10:17.000Z (about 4 years ago)
- Last Synced: 2025-03-07T18:44:58.090Z (3 months ago)
- Topics: dropdownliast, react-native-dropdownlist
- Language: TypeScript
- Homepage:
- Size: 51.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# react-native-universal-dropdownlist
Cross platform dropdownlist. This component implements a custom dropdownlist and provides the same way to drawing it on the different platforms(iOS and Android, Web, Windows). It dose not use any native code. So there is no aditionalal implementation on different platforms. Install the component and enjoy.
## Working Example
[react-native-universal-dropdownlist](https://snack.expo.io/@alentoma/react-native-universal-dropdownlist)
## Android and IOS
![]()
![]()
## Installations`npm i react-native-universal-dropdownlist`
## Additional Installations
### Android
No Additional Installations### Iphone
No Additional Installations### Web
No Additional Installations## Properties
* `dropDownListStyle`: Default null
* `items`: the array of DropDownItem.
* `selectedValue`: the selected value
* `placeHolder`: Default null
* `onSelect`: on Item select changed
* `style`: the inputText style
* `dropDownListStyle`: the list style
* `dropDownItemStyle`: the item style
* `dropDownListTextStyle`: the text inside the item style
* `dropDownListSelectedTextStyle`: when item is selected
* `includeIconOnTextInput` if there is icon included in items specify to show the icon when an item get selected
* `searchAble`: SearchBox included eg combobox like
* `searchPlaceHolder`: searchable inputtext placeholder