Generalised mounted object and descriptor into offset child

Summary: There are other situations where we want to overide the offset than for litho mounted views

Reviewed By: lblasa

Differential Revision: D40021833

fbshipit-source-id: 1411a4a67e88f6893bb38e36fb6a81eead3edd1a
This commit is contained in:
Luke De Feo
2022-10-10 04:13:06 -07:00
committed by Facebook GitHub Bot
parent c9983edb1a
commit 221f7ac1e5
3 changed files with 41 additions and 1 deletions

View File

@@ -16,7 +16,6 @@ object UIDebuggerLithoSupport {
fun addDescriptors(register: DescriptorRegister) {
register.register(LithoView::class.java, LithoViewDescriptor)
register.register(MountedObject::class.java, MountedObjectDescriptor)
register.register(DebugComponent::class.java, DebugComponentDescriptor(register))
}