Describe the bug
dynamicHeight: true causes the RichTextEditor to fail to load
To Reproduce
Pre-requisites: XCode 26, iOS 26 simulator.
Steps to reproduce the behavior:
- call
useEditorBridge with dynamicHeight: true
- load the screen with the
RichText component
- observe that the RichTextEditor doesn't render at all
Expected behavior
With dynamicHeight true on iOS 26, the RichText component should render
Screenshots
