Open
Description
This component causes the following error when the screen is rotated while the keyboard is visible:
view <RCTBaseTextInputShadowView: 0x7fec7f625640; viewName: RCTMultilineTextInputView; reactTag: 214; frame: {{210, 49}, {300.5, 22}}> (tag # 214) is not a descendant of <RCTScrollContentShadowView: 0x7fec7f148420; viewName: RCTScrollContentView; reactTag: 174; frame: {{0, 0}, {601, 335}}> (tag # 174)
A normal ScrollView doesn't cause this error, so I'm fairly certain it's an issue with this component.
Has anyone else run into this? This component has solved all of my keyboard avoiding behaviors very well, but unfortunately I can't use it if it's going to blow up when the user rotates their phone.