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

refactor: restore JSCallInvoker #6783

Merged
merged 8 commits into from
Dec 9, 2024
Merged

refactor: restore JSCallInvoker #6783

merged 8 commits into from
Dec 9, 2024

Conversation

tjzel
Copy link
Collaborator

@tjzel tjzel commented Dec 3, 2024

Summary

Turns out that majority of work with regards to using RuntimeExecutor done in

Thanks to that we can significantly cleanup the code which is helpful for Worklets.

Test plan

I tested the changes on 0.74, 0.75 and 0.76 for Android/iOS Paper/Fabric and all worked well.

@tjzel tjzel added the Check compatibility Trigger a time-consuming compatibility check action label Dec 3, 2024
@tomekzaw tomekzaw self-requested a review December 3, 2024 13:22
Copy link
Member

@piaskowyk piaskowyk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now looks good to me 👍

@tjzel tjzel added this pull request to the merge queue Dec 9, 2024
Merged via the queue into main with commit 4f5690d Dec 9, 2024
40 of 44 checks passed
@tjzel tjzel deleted the @tjzel/restore-jscallinvoker branch December 9, 2024 09:51
tjzel added a commit that referenced this pull request Dec 13, 2024
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

Turns out that majority of work with regards to using `RuntimeExecutor`
done in
- #5734
can be reverted since `jsCallInvoker` is staying in the API.

Thanks to that we can significantly cleanup the code which is helpful
for Worklets.


## Test plan

I tested the changes on 0.74, 0.75 and 0.76 for Android/iOS Paper/Fabric
and all worked well.
tjzel added a commit that referenced this pull request Dec 13, 2024
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

Turns out that majority of work with regards to using `RuntimeExecutor`
done in
- #5734
can be reverted since `jsCallInvoker` is staying in the API.

Thanks to that we can significantly cleanup the code which is helpful
for Worklets.


## Test plan

I tested the changes on 0.74, 0.75 and 0.76 for Android/iOS Paper/Fabric
and all worked well.
@tjzel tjzel mentioned this pull request Dec 13, 2024
tjzel added a commit that referenced this pull request Dec 13, 2024
<!-- Thanks for submitting a pull request! We appreciate you spending
the time to work on these changes. Please follow the template so that
the reviewers can easily understand what the code changes affect. -->

## Summary

Turns out that majority of work with regards to using `RuntimeExecutor`
done in
- #5734
can be reverted since `jsCallInvoker` is staying in the API.

Thanks to that we can significantly cleanup the code which is helpful
for Worklets.


## Test plan

I tested the changes on 0.74, 0.75 and 0.76 for Android/iOS Paper/Fabric
and all worked well.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Check compatibility Trigger a time-consuming compatibility check action
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants