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

[RNMobile] Add disabled style to Cell component #50665

Merged
merged 19 commits into from
May 22, 2023

Commits on May 22, 2023

  1. Configuration menu
    Copy the full SHA
    74d18c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    14c87a9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a571f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88cda9f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4b93566 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44968cb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    763d198 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ec82149 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f877e8e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    cbba7c6 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1723d2f View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f0ad3ff View commit details
    Browse the repository at this point in the history
  13. Remove aria-disabled prop in children container of Cell component

    Seems it's not needed as the parent component (`TouchableRipple`) is already marked as disabled.
    fluiddot committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bd19b0a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    124e7be View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5b7590f View commit details
    Browse the repository at this point in the history
  16. Only disable Slider component on Android

    On iOS the default disabled style of the Slider already makes it transparent. So, in order to avoid make it too transparent with the Cell's disabled style, we only disable it on Android.
    fluiddot committed May 22, 2023
    Configuration menu
    Copy the full SHA
    2ac07ab View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    78e23ba View commit details
    Browse the repository at this point in the history
  18. Mock placeholder color style

    fluiddot committed May 22, 2023
    Configuration menu
    Copy the full SHA
    ad34c7f View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    0a8de68 View commit details
    Browse the repository at this point in the history