An open API service indexing awesome lists of open source software.

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.

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