Advanced
David Furlong@df
2/18/2023

Farcaster react native experts - what's the best way to do a text area with things like @ mentions (think a Casting input). Are there any serious problems with using a webview?

In reply to @df
Varun Srinivasan@v
2/18/2023

Cc @nickcherry

In reply to @df
pugson@pugson
2/18/2023

using a webview is fine just remember to unmount it so it doesn’t leak memory in the background

In reply to @df
san@san
2/19/2023

I’ve used pop-ups/tooltips to implement something similar. Webview should work fine as well, but if you want to have all mobile components - then a small tooltip type functionality would be better and unobtrusive while typing