UNPKG

react-native-ui-lib

Version:

<p align="center"> <img src="https://user-images.githubusercontent.com/1780255/105469025-56759000-5ca0-11eb-993d-3568c1fd54f4.png" height="250px" style="display:block"/> </p> <p align="center">UI Toolset & Components Library for React Native</p> <p a

30 lines (29 loc) 1.28 kB
{ "name": "SectionsWheelPicker", "category": "form", "description": "SectionsWheelPicker component for presenting set of WheelPickers", "example": "https://github.com/wix/react-native-ui-lib/blob/master/demo/src/screens/componentScreens/SectionsWheelPickerScreen.tsx", "images": [ "https://github.com/wix/react-native-ui-lib/blob/master/demo/showcase/SectionsWheelPicker/SectionsWheelPicker.gif?raw=true" ], "props": [ {"name": "sections", "type": "WheelPickerProps", "description": "Array of sections"}, { "name": "itemHeight", "type": "number", "description": "Describe the height of each item in the WheelPicker", "default": "44" }, { "name": "numberOfVisibleRows", "type": "number", "description": "Describe the number of rows visible", "default": "5" }, {"name": "activeTextColor", "type": "string", "description": "Text color for the focused row"}, {"name": "inactiveTextColor", "type": "string", "description": "Text color for other, non-focused rows"}, {"name": "textStyle", "type": "TextStyle", "description": "Row text style"}, {"name": "xxx", "type": "xxxx", "description": "xxxxx"}, {"name": "testID", "type": "string", "description": "The component test id"} ] }