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

Create gesturized pressable component #2942

Merged
merged 149 commits into from
Jul 3, 2024

Commits on Jun 12, 2024

  1. initial pressable component

    latekvo committed Jun 12, 2024
    Configuration menu
    Copy the full SHA
    50d69a9 View commit details
    Browse the repository at this point in the history

Commits on Jun 13, 2024

  1. Configuration menu
    Copy the full SHA
    9bb949c View commit details
    Browse the repository at this point in the history
  2. add styling to pressable

    latekvo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    4215df4 View commit details
    Browse the repository at this point in the history
  3. add pressable example

    latekvo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    81fe6ce View commit details
    Browse the repository at this point in the history
  4. improve example

    latekvo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    1980e3c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e5bb4e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dbaaff0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c4e1d7e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a2235ca View commit details
    Browse the repository at this point in the history
  9. fix critical typos

    latekvo committed Jun 13, 2024
    Configuration menu
    Copy the full SHA
    8c84f3e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ecc9bcc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ea53645 View commit details
    Browse the repository at this point in the history

Commits on Jun 14, 2024

  1. apply review suggestions

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    91dff67 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0b1fcb View commit details
    Browse the repository at this point in the history
  3. make gestures run on JS

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    5f274cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    052351a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    626b346 View commit details
    Browse the repository at this point in the history
  6. untangle circular deps

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    2b96ebf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1514f63 View commit details
    Browse the repository at this point in the history
  8. fix exports config

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    efae47f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3b623f9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    73ec123 View commit details
    Browse the repository at this point in the history
  11. improve onPressOut handling

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    b7075fd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d8864fd View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6fcdbe8 View commit details
    Browse the repository at this point in the history
  14. add onPress() callback

    latekvo committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    8918ab1 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4a053c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    77e61b7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f628f08 View commit details
    Browse the repository at this point in the history

Commits on Jun 18, 2024

  1. fix longpress reactivity

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    51f3eba View commit details
    Browse the repository at this point in the history
  2. add option to add ripple

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    ce96381 View commit details
    Browse the repository at this point in the history
  3. remove accidental line

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    6098a41 View commit details
    Browse the repository at this point in the history
  4. fix disabling pressable

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    502b4d0 View commit details
    Browse the repository at this point in the history
  5. change pressable types back to the original ones and remove custom pr…

    …ess retention in favour of hitslop
    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    e461a5a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d76f8f5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    98f569a View commit details
    Browse the repository at this point in the history
  8. add longPressEvent adapter

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    2b234be View commit details
    Browse the repository at this point in the history
  9. cleanup conversion functions

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    403ad8c View commit details
    Browse the repository at this point in the history
  10. fix type issues

    latekvo committed Jun 18, 2024
    Configuration menu
    Copy the full SHA
    0581b59 View commit details
    Browse the repository at this point in the history

Commits on Jun 19, 2024

  1. Configuration menu
    Copy the full SHA
    e114dab View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d5887e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45d827d View commit details
    Browse the repository at this point in the history
  4. add missing timestamp field

    latekvo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    17172c1 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7fc3722 View commit details
    Browse the repository at this point in the history
  6. fix typo

    latekvo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    bdf37b3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0e4610 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d56d47 View commit details
    Browse the repository at this point in the history
  9. fix typos

    latekvo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    fb60554 View commit details
    Browse the repository at this point in the history
  10. fix example and import issues

    latekvo committed Jun 19, 2024
    Configuration menu
    Copy the full SHA
    30ccf0a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    040d669 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c836879 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    f731f5b View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ac52e93 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    691254e View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    7b26790 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a7bec3 View commit details
    Browse the repository at this point in the history
  3. fix crashing on android

    latekvo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    0e258eb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e59e11d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c13234 View commit details
    Browse the repository at this point in the history
  6. remove unnecessary wrappers

    latekvo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    253d996 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a453345 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    57a7162 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    41f9bb6 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f29c82f View commit details
    Browse the repository at this point in the history
  11. complete ios implementation

    latekvo committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    2834d02 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    9d228c4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4720d60 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    cf00fd5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6d87412 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cac52c4 View commit details
    Browse the repository at this point in the history
  4. fix touch bounds calculation

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    909f295 View commit details
    Browse the repository at this point in the history
  5. cleanup

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    af60b00 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f6b49ed View commit details
    Browse the repository at this point in the history
  7. fix longpress behaviour

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    5d790c4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    704b2eb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b9185c5 View commit details
    Browse the repository at this point in the history
  10. update new_api example

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    a9aebfb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    69db9e6 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b4445f View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    babe339 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    d721cf5 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    dc20ff7 View commit details
    Browse the repository at this point in the history
  16. improve ripple example

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    727c069 View commit details
    Browse the repository at this point in the history
  17. add correct config to ripple

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    70ef07b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    a8e770f View commit details
    Browse the repository at this point in the history
  19. fix testingBase typing

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    2941a2c View commit details
    Browse the repository at this point in the history
  20. cleanup

    latekvo committed Jun 21, 2024
    Configuration menu
    Copy the full SHA
    db1f36b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b98577 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    8c9cd32 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. fix delayed pressable example

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e3439fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7a3e3f5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e017f88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3223351 View commit details
    Browse the repository at this point in the history
  5. code cleanup

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    3f46092 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    25c43d1 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6c60fa View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8b40fc6 View commit details
    Browse the repository at this point in the history
  9. remove unnecessary useEffect

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    72cc53a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b1cb50a View commit details
    Browse the repository at this point in the history
  11. add index.ts for pressable

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    a9efaab View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    595d66e View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    9e68280 View commit details
    Browse the repository at this point in the history
  14. change directory name - tmp

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4127414 View commit details
    Browse the repository at this point in the history
  15. rename pressable directory

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    da1a165 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    9867e95 View commit details
    Browse the repository at this point in the history
  17. fix invalid import statements

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    ab318c6 View commit details
    Browse the repository at this point in the history
  18. add missing types

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    b3bfb2f View commit details
    Browse the repository at this point in the history
  19. memoize gestures

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    5c678f6 View commit details
    Browse the repository at this point in the history
  20. remove unnecessary states

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    2e1a728 View commit details
    Browse the repository at this point in the history
  21. add debug overlay

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    8551aa3 View commit details
    Browse the repository at this point in the history
  22. add pressDelay functionality

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    e33031a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    7bfe52e View commit details
    Browse the repository at this point in the history
  24. rename sub example snippets

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    0ca50e3 View commit details
    Browse the repository at this point in the history
  25. fix IOS crash

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    1ea72ca View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    bb1dc49 View commit details
    Browse the repository at this point in the history
  27. improve verbosity

    latekvo committed Jun 24, 2024
    Configuration menu
    Copy the full SHA
    4bc432f View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cad4eab View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    14012b3 View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2024

  1. Configuration menu
    Copy the full SHA
    aeb265e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a298a11 View commit details
    Browse the repository at this point in the history
  3. remove debugging artifacts

    latekvo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    389e31e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    33e3819 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    758c6d2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9012cdf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    be54954 View commit details
    Browse the repository at this point in the history
  8. fix pointer style on web

    latekvo committed Jun 26, 2024
    Configuration menu
    Copy the full SHA
    5c8d189 View commit details
    Browse the repository at this point in the history

Commits on Jun 28, 2024

  1. apply review suggestions

    latekvo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    23ead08 View commit details
    Browse the repository at this point in the history
  2. apply review suggestions

    latekvo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    c38d33b View commit details
    Browse the repository at this point in the history
  3. clear up a comment

    latekvo committed Jun 28, 2024
    Configuration menu
    Copy the full SHA
    af73988 View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. add hover delay example

    latekvo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    8bf5921 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    70a5aed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9906ad View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5ba145 View commit details
    Browse the repository at this point in the history
  5. fix double hover out bug

    latekvo committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    c351938 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    2b548ef View commit details
    Browse the repository at this point in the history
  2. fix hit slop on IOS

    latekvo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    86eac66 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    df5d2fd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2917b06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9683172 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    20f246b View commit details
    Browse the repository at this point in the history
  7. apply review suggestion

    latekvo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    d4f3659 View commit details
    Browse the repository at this point in the history
  8. update comment

    latekvo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    30e6274 View commit details
    Browse the repository at this point in the history
  9. fix scroll plus tap glitches

    latekvo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    37afb78 View commit details
    Browse the repository at this point in the history
  10. remove unnecessary comment

    latekvo committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    b9ba1d5 View commit details
    Browse the repository at this point in the history

Commits on Jul 3, 2024

  1. remove borders example

    latekvo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    362f894 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3d804ac View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d1d23ba View commit details
    Browse the repository at this point in the history
  4. remove unnecessary comment

    latekvo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    a026c9c View commit details
    Browse the repository at this point in the history
  5. clarify comment

    latekvo committed Jul 3, 2024
    Configuration menu
    Copy the full SHA
    9d004a5 View commit details
    Browse the repository at this point in the history