1.0.10 • Published 4 years ago

react-native-modal-select v1.0.10

Weekly downloads
3
License
MIT
Repository
github
Last release
4 years ago

React-Native-Modal-Select

uses Expo Icons

Props

  • iconType (string)
    • the family of icon
    • values include: "material", "entypo", "community", "foundation", "fontawesome5", "fontawesome", "antdesign", "ionicons", "evil", "feather", "octicons", "simple", "zocial"

  • iconPadding (int)

    • padding around the icon
  • iconName (string)

    • the name of the chosen icon
  • iconSize (int)

    • size of the icon
  • iconColor (string)

  • inputWidth (int or percentage)

  • inputHeight (int or percentage)

  • selectedValue (int or string)

    • value to be displayed in the input container
  • textColor (string)

  • onSelect (function)

    • callback function
  • items (array of objects)

  • backgroundColor (string)

    • background color of the modal containing the flatlist
  • inputBackgroundColor (string)

    • background color of the input
  • clearable (boolean)

    • setting to true will place a clickable icon to the far right of the input to clear the value
  • labelText (string)

    • label text to display above the input
  • labelColor (string)

    • color of the label text
  • labelSize (int)

    • font size of the label
1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago