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

[0.74] Implement multiple view manager lookup for the interop layer on Android #172

Closed
gabrieldonadel opened this issue Mar 22, 2024 · 1 comment
Assignees

Comments

@gabrieldonadel
Copy link

Target Branch(es)

0.74

Link to commit or PR to be picked

facebook/react-native@15a5638

Description

When running with the new architecture on and using the renderer interop layer on Android, view managers don't work if their names start with RCT. This happens because the RCT prefix is automatically removed from the component name, and inside the internal mViewManagers we store view managers with the RCT prefix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Status: Done / Picked
Development

No branches or pull requests

2 participants