Theo in the past has metioned (and demoed!) the differences between controlled and uncontrolled inputs in react native / Expo and showed how slow they can be.
It seems this is only really affects iOS, i am an android user so I have no way to verify.
It looks like Dan Abramov made some noise about this, the team stated it was a regression, and it's (maybe?) no longer an issue.
Can someone who owns an iOS device, or who has seen these slowdowns in the past get resolved, help me confirm I am ok to use controlled inputs again now, or should I use uncontrolled inputs?
I don't know what else to do. Basic controlled text editing is broken in React Native. For example: import {useState} from 'react'; import {TextInput} from 'react-na...