Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Accept number for size prop in ActivityIndicator #8846

Closed

Commits on Jul 21, 2016

  1. Add IndicatorSizePropType

    fadils committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    5ce42d4 View commit details
    Browse the repository at this point in the history
  2. Add IndicatorSize docs

    fadils committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    ecd5b29 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    08015c0 View commit details
    Browse the repository at this point in the history
  4. Accept number for size prop

    Previously, size can only accept either 'small' or 'large'.
    And to obtain a custom size, scale transformation is used.
    This is to let users to possibly pass number value to define
    ActivityIndicator's size.
    fadils committed Jul 21, 2016
    Configuration menu
    Copy the full SHA
    6e91039 View commit details
    Browse the repository at this point in the history