Skip to content

SliderIOS: minimumValue, maximumValue props ignored? #442

@gcanti

Description

@gcanti

https://github.com/facebook/react-native/blob/master/Libraries/Components/SliderIOS/SliderIOS.js#L82

...

  render: function() {
    return (
      <RCTSlider
        style={[styles.slider, this.props.style]}
        value={this.props.value}
        onChange={this._onValueChange}
      />
    );
  }

...

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions