You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 theRCT
prefix is automatically removed from the component name, and inside the internalmViewManagers
we store view managers with theRCT
prefix.The text was updated successfully, but these errors were encountered: