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: rename cpp NativeReanimatedModule to ReanimatedModuleProxy #6766

Merged
merged 1 commit into from
Nov 27, 2024

Conversation

tjzel
Copy link
Collaborator

@tjzel tjzel commented Nov 27, 2024

Summary

NativeReanimatedModule is the name of the ObjC/Java modules generated from REAModule and ReanimatedModule. It's confusing that we name some Cpp object the same way. With this change Cpp NativeReanimatedModule becomes ReanimatedModuleProxy, the same name we use to refer to it from JavaScript.

Test plan

CI

@tjzel tjzel added the Check compatibility Trigger a time-consuming compatibility check action label Nov 27, 2024
@tjzel tjzel added this pull request to the merge queue Nov 27, 2024
Merged via the queue into main with commit d5362c8 Nov 27, 2024
41 of 65 checks passed
@tjzel tjzel deleted the @tjzel/rename-cpp-native-reanimated-module branch November 27, 2024 15:42
github-merge-queue bot pushed a commit that referenced this pull request Nov 27, 2024
## Summary

Analogous to:
- #6766 

`NativeWorkletsModule` is the name of the ObjC/Java modules generated
from `WorkletsModule`. It's confusing that we name some Cpp object the
same way. With this change Cpp `NativeWorkletsModule` becomes
`WorkletsModuleProxy`, the same name we use to refer to it from
JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
…6766)

## Summary

`NativeReanimatedModule` is the name of the ObjC/Java modules generated
from `REAModule` and `ReanimatedModule`. It's confusing that we name
some Cpp object the same way. With this change Cpp
`NativeReanimatedModule` becomes `ReanimatedModuleProxy`, the same name
we use to refer to it from JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
## Summary

Analogous to:
- #6766 

`NativeWorkletsModule` is the name of the ObjC/Java modules generated
from `WorkletsModule`. It's confusing that we name some Cpp object the
same way. With this change Cpp `NativeWorkletsModule` becomes
`WorkletsModuleProxy`, the same name we use to refer to it from
JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
…6766)

## Summary

`NativeReanimatedModule` is the name of the ObjC/Java modules generated
from `REAModule` and `ReanimatedModule`. It's confusing that we name
some Cpp object the same way. With this change Cpp
`NativeReanimatedModule` becomes `ReanimatedModuleProxy`, the same name
we use to refer to it from JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
## Summary

Analogous to:
- #6766 

`NativeWorkletsModule` is the name of the ObjC/Java modules generated
from `WorkletsModule`. It's confusing that we name some Cpp object the
same way. With this change Cpp `NativeWorkletsModule` becomes
`WorkletsModuleProxy`, the same name we use to refer to it from
JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
…6766)

## Summary

`NativeReanimatedModule` is the name of the ObjC/Java modules generated
from `REAModule` and `ReanimatedModule`. It's confusing that we name
some Cpp object the same way. With this change Cpp
`NativeReanimatedModule` becomes `ReanimatedModuleProxy`, the same name
we use to refer to it from JavaScript.

## Test plan

CI
tjzel added a commit that referenced this pull request Dec 13, 2024
## Summary

Analogous to:
- #6766 

`NativeWorkletsModule` is the name of the ObjC/Java modules generated
from `WorkletsModule`. It's confusing that we name some Cpp object the
same way. With this change Cpp `NativeWorkletsModule` becomes
`WorkletsModuleProxy`, the same name we use to refer to it from
JavaScript.

## Test plan

CI
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.

2 participants