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

added support for various border radius in hover effect #75

Closed

Commits on Jan 19, 2024

  1. feat: add visionos support

    fix: address issues with scale, ScrollView prop
    
    feat: move min_visionos_version_supported to Helpers
    
    feat: implement `visionos_hoverStyle` prop
    
    chore: update README.MD
    
    fix: refactor visionos_hoverStyle to take a string and new arch support
    
    docs: add link to rn-tester's README.md (callstack#5)
    
    chore: change VisionOS to visionOS (callstack#13)
    
    chore: use `min_supported_versions` for third-party-podspecs (callstack#18)
    
    chore: remove not necessary ifs TARGET_OS_VISION, minimise code diff (callstack#22)
    
    feat: add visionos support
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8cd9837 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9fea1db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9a93660 View commit details
    Browse the repository at this point in the history
  4. update platform naming

    TMisiukiewicz authored and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    c3d42b0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d7eb596 View commit details
    Browse the repository at this point in the history
  6. fix: remove keyboard listerners and mark as unsupported (callstack#25)

    * fix: remove keyboard listerners and mark as unsupported
    
    * chore: replace warn with warnOnce
    thiagobrez authored and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    36834db View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2948f88 View commit details
    Browse the repository at this point in the history
  8. feat: make hermes build for visionOS (callstack#26)

    * [WIP] feat: make hermes build for visionOS
    
    * feat: point to callstack/hermes-visionos fork, update README
    
    * fix: remove USE_HERMES from project.pbxproj
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    602d637 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4141039 View commit details
    Browse the repository at this point in the history
  10. feat: add visionOS as separate target to fix iOS tests (callstack#31)

    * feat: add visionOS as separate target to fix iOS tests
    
    * fix: disable multiple windows support
    
    * feat: add visionOS App Icon
    
    * fix: creating Release build
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    d7da73d View commit details
    Browse the repository at this point in the history
  11. chore: disable some of upstream pipelines (callstack#33)

    * chore: disable some of upstream pipelines
    
    * tests: update snapshot for visionOS
    
    * chore: disable more jobs, fix isVisionOS
    
    * fix: Keyboard.js, adjust pipeline_selection.js
    
    * feat: run iOS tests every night
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    b1bf713 View commit details
    Browse the repository at this point in the history
  12. Update README.md (callstack#36)

    * Update README.md
    
    * fix: update README link
    
    * feat: add caution section
    
    * fix: bring back info about Hermes
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    3e0ba0f View commit details
    Browse the repository at this point in the history
  13. Add platform guidelines to README (callstack#37)

    * Add platform guidelines to README
    
    * fix: link to docs
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a718e55 View commit details
    Browse the repository at this point in the history
  14. Rename react-native package to @callstack/react-native-visionos (call…

    …stack#35)
    
    * rename react-native package to @callstack/react-native-visionos
    
    * fix typo
    
    * Make JS and TS tests independent of react-native package name
    
    * change name in template
    
    * replace more refs in e2e tests
    
    * revert tests changes
    
    * disable js e2e tests for visionos
    
    * bring back react-native for other platforms compat
    
    * ci: run js, no e2e js
    thymikee authored and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    255cd92 View commit details
    Browse the repository at this point in the history
  15. Create custom resolver and utils package for out-of-tree platforms (c…

    …allstack#32)
    
    * rename react-native package to @callstack/react-native-visionos
    
    * wip: metro setup for other platform
    
    * fix(flow): add .ios.visionos as support platform
    
    * fix some flow errors
    
    * fix flow
    
    * revert Platform.select change
    
    * revert KeyboardAvoidingView change
    
    * fix type
    
    * change kBundlePath to ios.visionos
    
    * fix: remove redundant isVisionOS
    
    * use custom resolver options to read platform for OOT
    
    * fix types
    
    * remove formatting
    
    * add/remove platform checks
    
    * document variant behavior
    
    * use visionOS Keyboard mock
    
    * use visionOS KeyboardAvoidingView mock
    
    * use visionOS InputAccessoryView mock
    
    * test: add test for metroPlatformResolver
    
    * move implementation to user space
    
    * create out-of-tree-platforms package and bring back resolver options
    
    * revert flow changes
    
    * revert sourceExts changes
    
    * update links
    
    * add comments
    
    * fix visionos typo
    
    * adjust lockfile
    
    * revert loadMetroConfig change
    
    * remove podfile lock
    
    * revert scripts changes
    thymikee authored and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    863661b View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    55b1cc4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    687d3b1 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    c042e8e View commit details
    Browse the repository at this point in the history
  19. feat: implement OOT release script (callstack#43)

    * feat: implement OOT release script
    
    * docs: add readme on Release process
    
    * fix: remove header file
    
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
    
    * add reference
    
    ---------
    
    Co-authored-by: Michał Pierzchała <thymikee@gmail.com>
    okwasniewski and thymikee committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    928504b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    bb374f2 View commit details
    Browse the repository at this point in the history
  21. Fix build step for @callstack/out-of-tree-platforms (callstack#46)

    * feat: setup @callstack/out-of-tree-platforms to build properly
    
    * feat: add build packages step to `oot-release.js` script
    
    * chore: format package.json
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    f59d2f3 View commit details
    Browse the repository at this point in the history
  22. feat: add visionOS template (callstack#34)

    * Update CLI to v12.1.1
    
    # Conflicts:
    #	packages/community-cli-plugin/package.json
    #	packages/react-native/cli.js
    #	packages/react-native/package.json
    
    * feat: implement visionos react-native template
    
    * feat: modify template look
    
    * feat: add `@callstack/out-of-tree-platforms` to metro config
    
    * fix: metro config
    
    * feat: update supported platforms
    
    ---------
    
    Co-authored-by: szymonrybczak <szymon.rybczak@gmail.com>
    okwasniewski and szymonrybczak committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    8315c48 View commit details
    Browse the repository at this point in the history
  23. task(StatusBar component): show warn when using StatusBar (callstack#49)

    * task(StatusBar component): show warn when using StatusBar
    
    * pr suggestions
    Marcoo09 authored and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    9f0dc82 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a198344 View commit details
    Browse the repository at this point in the history
  25. chore: sync Podfile.lock

    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    87e7857 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f4a1071 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    9cdc1e9 View commit details
    Browse the repository at this point in the history
  28. Fix iOS native tests (callstack#58)

    * fix: remove unnecessary libevent.podspec
    
    * fix: make OCMock build for visionOS
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    a8e110b View commit details
    Browse the repository at this point in the history
  29. feat: implement visionOS CI (callstack#54)

    feat: use Xcode beta globally
    
    feat: use callstack/hermes-visionos fork
    
    feat: test Hermes
    
    feat: reset cache keys
    
    fix: use callstack/hermes
    
    fix: use correct hermes source tarball
    
    fix: use never xcode version
    
    test only JSC
    
    fix: change Xcode version
    
    fix: use m1 executor
    
    feat: add cocoapods cache
    
    fix: remove hermes from cache keys
    
    fix: rbenv reset cache
    
    test: use 15.2
    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    cd1a28d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    02c85a4 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    0873b6b View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    9299f39 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    f1c7ac9 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    fb02870 View commit details
    Browse the repository at this point in the history
  35. added cornerRadius for hover style (callstack#66)

    * added corner radius for hover style
    
    * fix: implement proper handling for old arch, reformat code
    
    ---------
    
    Co-authored-by: Oskar Kwaśniewski <oskarkwasniewski@icloud.com>
    gokul1099 and okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    ce745c1 View commit details
    Browse the repository at this point in the history
  36. chore: sync Podfile.lock

    okwasniewski committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    916494b View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    e5583a2 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    ec248df View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    7184a3f View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    e7b62c8 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. feat: add visionos support

    okwasniewski authored and gokul1099 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    ada28e7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a86828f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c2775c3 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b3ad619 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3cfd301 View commit details
    Browse the repository at this point in the history
  6. chore: update README.MD

    okwasniewski authored and gokul1099 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3e5e587 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c0a5298 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c167dcc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8476fe5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ab7a0fb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    77163d0 View commit details
    Browse the repository at this point in the history
  12. feat: add visionos support

    okwasniewski authored and gokul1099 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    9fcec2e View commit details
    Browse the repository at this point in the history
  13. update platform naming

    TMisiukiewicz authored and gokul1099 committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    97ebf72 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c65f31e View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    c627777 View commit details
    Browse the repository at this point in the history