Cursor color does not change on ios.
It was working normally until I updated to expo sdk 51 and tested on ios 17.4.1. Still works on android.
I tried using other colors besides “transparent” and it still has the iOS default color.
<TextInput selectionColor={"transparent"} cursorColor={"transparent"} maxLength={7}/>
“expo”: “^51.0.2”,
“react”: “18.2.0”