DefinitelyTyped/types/react-native-elements
msl 1e4bf359eb
ButtonProps iconRight: ButtonIcon, not boolean
Details:
*Type of iconRight in ButtonProps should be a ButtonIcon, not boolean.
*Button is expecting iconRight prop to be a ButtonIcon and will render it appropriately.
*Currently, setting iconRight to a boolean causes error "In this environment the sources for assign MUST be an object."
2017-11-08 10:55:32 -08:00
..
index.d.ts ButtonProps iconRight: ButtonIcon, not boolean 2017-11-08 10:55:32 -08:00
react-native-elements-tests.tsx
README.md
tsconfig.json
tslint.json

React Native Elements

Component Checklist

  • Buttons
  • Badge
  • Social Icons / Social Icon Buttons
  • Icons
  • Side Menu
  • Form Elements
  • SearchBar
  • ButtonGroup
  • CheckBoxes
  • List Element
  • Tab Bar Component
  • HTML style headings
  • Card component
  • Pricing Component
  • Grid Component
  • Slider Component
  • Tile Component
  • Avatar Component
  • Rating Component
  • SwipeDeck Component
  • Header Component
  • Divider