TurboModuleImpl should override create instead of get to take advantage of caching #14132
Labels
Area: Turbo Modules
Integration Follow-up
New Architecture
Broad category for issues that apply to the RN "new" architecture of Turbo Modules + Fabric
Milestone
TurboModuleImpl
currently implementsTurboModule::get
.Instead it should override
create
. This would allowTurboModuleImpl
to take advantage of the caching layer inTurboModule
. And will be required in the future when Meta updatesget
to be final.The text was updated successfully, but these errors were encountered: