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

chore: proper new arch + backwards compat using install function #218

Closed
wants to merge 102 commits into from

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    f8bf6d7 View commit details
    Browse the repository at this point in the history
  2. Update Podfile.lock

    mrousavy committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a39ab21 View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Create .gitignore

    mrousavy committed May 13, 2024
    Configuration menu
    Copy the full SHA
    efbf23e View commit details
    Browse the repository at this point in the history

Commits on May 15, 2024

  1. Update .gitignore

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    23b06b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d7c8b7 View commit details
    Browse the repository at this point in the history
  3. Create C++ loader

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    4f48e8f View commit details
    Browse the repository at this point in the history
  4. fix: Fix configs

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    eed7c0f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fc4b4e View commit details
    Browse the repository at this point in the history
  6. Update package.json

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    c4d3d8a View commit details
    Browse the repository at this point in the history
  7. Update useRunOnJS.ts

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a37b3af View commit details
    Browse the repository at this point in the history
  8. Update package.json

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    d2f184b View commit details
    Browse the repository at this point in the history
  9. Rename

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    58d75aa View commit details
    Browse the repository at this point in the history
  10. chore: release 2.0.0-beta.1

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    6854053 View commit details
    Browse the repository at this point in the history
  11. Export Worklets

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    84fb2d2 View commit details
    Browse the repository at this point in the history
  12. fix: Update CI paths

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    25c0c7f View commit details
    Browse the repository at this point in the history
  13. fix: Fix CI

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    09eb3bd View commit details
    Browse the repository at this point in the history
  14. Remove JSC for simplicity

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    651f4ac View commit details
    Browse the repository at this point in the history
  15. feat: Upgrade Example app

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    0bfd8cc View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1030273 View commit details
    Browse the repository at this point in the history
  17. Format

    mrousavy committed May 15, 2024
    Configuration menu
    Copy the full SHA
    a40ee2b View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    15552fd View commit details
    Browse the repository at this point in the history

Commits on May 16, 2024

  1. oh my god

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    cac72f3 View commit details
    Browse the repository at this point in the history
  2. fix: Fix decorators again

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    a16079f View commit details
    Browse the repository at this point in the history
  3. fix: Fix ctx throwing

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6201411 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03a4d7 View commit details
    Browse the repository at this point in the history
  5. Update WKTJsiWorklet.h

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    224887f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    f042e4f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ada3a53 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    30e3d79 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6eebe9c View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e179d2f View commit details
    Browse the repository at this point in the history
  11. Revert "fix: Try to use simple Promise approach... fails"

    This reverts commit e179d2f.
    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6f022fc View commit details
    Browse the repository at this point in the history
  12. Update types.ts

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    6d224ee View commit details
    Browse the repository at this point in the history
  13. Add Invoker again

    mrousavy committed May 16, 2024
    Configuration menu
    Copy the full SHA
    f619ec4 View commit details
    Browse the repository at this point in the history

Commits on May 17, 2024

  1. revert: Revert all changes that tried to remove the singleton pattern

    This didn't work and broke everything.
    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cb236d1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e00ecdb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6278404 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3e69d View commit details
    Browse the repository at this point in the history
  5. fix: Fix Android build

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    25ce228 View commit details
    Browse the repository at this point in the history
  6. fix: Fix missing includes

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e4cd40a View commit details
    Browse the repository at this point in the history
  7. Clang Format

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    2b2bf73 View commit details
    Browse the repository at this point in the history
  8. Lint

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    cf64156 View commit details
    Browse the repository at this point in the history
  9. Update action.yml

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    bffe8a2 View commit details
    Browse the repository at this point in the history
  10. fix lint

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    26624fa View commit details
    Browse the repository at this point in the history
  11. Update build-android.yml

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    ed76d77 View commit details
    Browse the repository at this point in the history
  12. fix format

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    e4d75af View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    ac52148 View commit details
    Browse the repository at this point in the history
  14. Revert "fix: Add the react_codegen_RNWorkletsSpec project with head…

    …ers"
    
    This reverts commit ac52148.
    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    d8584b2 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    17ac6c2 View commit details
    Browse the repository at this point in the history
  16. chore: release 2.0.0-beta.2

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    5b4c8c1 View commit details
    Browse the repository at this point in the history
  17. Update banner

    mrousavy committed May 17, 2024
    Configuration menu
    Copy the full SHA
    b2fdab6 View commit details
    Browse the repository at this point in the history

Commits on May 21, 2024

  1. Configuration menu
    Copy the full SHA
    91d285d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b919021 View commit details
    Browse the repository at this point in the history
  3. fix: Update CI

    mrousavy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    9d7c207 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a046b9f View commit details
    Browse the repository at this point in the history
  5. Update docs

    mrousavy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    5faaa18 View commit details
    Browse the repository at this point in the history
  6. chore: release 2.0.0-beta.3

    mrousavy committed May 21, 2024
    Configuration menu
    Copy the full SHA
    e8ae864 View commit details
    Browse the repository at this point in the history

Commits on Jun 3, 2024

  1. chore: pod install

    hannojg committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    6a9807e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f046ee8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9c9c009 View commit details
    Browse the repository at this point in the history
  4. chore: release 2.0.0-beta.4

    mrousavy committed Jun 3, 2024
    Configuration menu
    Copy the full SHA
    0dd4971 View commit details
    Browse the repository at this point in the history

Commits on Jun 5, 2024

  1. Configuration menu
    Copy the full SHA
    6e85b4b View commit details
    Browse the repository at this point in the history
  2. removed dev testing code

    hannojg committed Jun 5, 2024
    Configuration menu
    Copy the full SHA
    88c5969 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    552186a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5cd8bf9 View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2024

  1. fix: Enable stricter header search paths for import at build time (`D…

    …EFINES_MODULE`) (#217)
    
    see: https://blog.cocoapods.org/CocoaPods-1.5.0/
    
    fixes this error specifically: #209
    hannojg authored Oct 16, 2024
    Configuration menu
    Copy the full SHA
    1d74be9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2d3c8d6 View commit details
    Browse the repository at this point in the history
  3. ios upgrade RN

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2e0437e View commit details
    Browse the repository at this point in the history
  4. wip android

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    00dd8b9 View commit details
    Browse the repository at this point in the history
  5. fix android build errors

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    6d99031 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    98cc902 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5ae82cf View commit details
    Browse the repository at this point in the history
  8. suppress error

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    2ac4598 View commit details
    Browse the repository at this point in the history
  9. improve error message

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b0c8500 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d9dd18f View commit details
    Browse the repository at this point in the history
  11. iOS: new arch

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    e806bcd View commit details
    Browse the repository at this point in the history
  12. ios: old arch

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    4bec65e View commit details
    Browse the repository at this point in the history
  13. pod install

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    13579bc View commit details
    Browse the repository at this point in the history
  14. formatting

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    b59d1e9 View commit details
    Browse the repository at this point in the history
  15. it was the lord

    hannojg committed Oct 16, 2024
    Configuration menu
    Copy the full SHA
    8eaf6a3 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

  1. Configuration menu
    Copy the full SHA
    1fc5a19 View commit details
    Browse the repository at this point in the history
  2. remove double reference

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0a1d69d View commit details
    Browse the repository at this point in the history
  3. run cleanup

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    fe3b4fa View commit details
    Browse the repository at this point in the history
  4. chore(ci): fix eslint action

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5de68a9 View commit details
    Browse the repository at this point in the history
  5. update snapshots

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    94ee22d View commit details
    Browse the repository at this point in the history
  6. Revert "update snapshots"

    This reverts commit 94ee22d.
    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f164f57 View commit details
    Browse the repository at this point in the history
  7. update snapshots

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    5f451f2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c697e21 View commit details
    Browse the repository at this point in the history
  9. format

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a04d562 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    59bd3d5 View commit details
    Browse the repository at this point in the history
  11. update requirements

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    49c849d View commit details
    Browse the repository at this point in the history
  12. chore: fix ci

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    714f460 View commit details
    Browse the repository at this point in the history
  13. chore: fix ci

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c38a47e View commit details
    Browse the repository at this point in the history
  14. chore: fix ci

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    970cddf View commit details
    Browse the repository at this point in the history
  15. chore: fix ci

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0db0faa View commit details
    Browse the repository at this point in the history
  16. chore: fix ci

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    c9f4734 View commit details
    Browse the repository at this point in the history
  17. wip: delete file

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    a169615 View commit details
    Browse the repository at this point in the history
  18. add file back

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    2cf5fa9 View commit details
    Browse the repository at this point in the history
  19. wip

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    43c7742 View commit details
    Browse the repository at this point in the history
  20. wip: fix CI clang-format

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    24dc5e3 View commit details
    Browse the repository at this point in the history
  21. wip: test breaking format

    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    0502628 View commit details
    Browse the repository at this point in the history
  22. Revert "wip: test breaking format"

    This reverts commit 0502628.
    hannojg committed Oct 31, 2024
    Configuration menu
    Copy the full SHA
    f77be16 View commit details
    Browse the repository at this point in the history