Strada bridge component and VisitableView auto layout issues

I’m currently working on an iOS app using Turbo Native. Most tutorials or examples regarding Strada always create a Bridge Component, where the Web Component is replaced with a TopBar Button or Modal Window.

Does anyone have experience building other native elements like UITextField or UIButton?

I’m trying to build a native chat input field view. However, positioning this view beneath my VisitableView constantly triggers Auto Layout Constraint errors, because the VisitableViewController class already sets the bottomAnchor for the visitable view and I’m unable to deactivate it. I tried to override it but that caused the layout issues.