Comment on How we built the v0 iOS appparentComments−busymom09moNote sure about 26.2 but on 26.1, setting the following on a native UITextView makes it work: textView.keyboardDismissMode = .interactive Should be doable via react native too.−fernandorojo9moYeah that's what we use (and we showed it in the patch in the blog post).There was a bug on a particular iOS 26.2 beta, but it looks like it's already fixed
Comments
Note sure about 26.2 but on 26.1, setting the following on a native UITextView makes it work:
Should be doable via react native too.Yeah that's what we use (and we showed it in the patch in the blog post).
There was a bug on a particular iOS 26.2 beta, but it looks like it's already fixed