Keyboard and View Flickering on TextInput with secureTextEntry from iOS 17

Enter the credentials in log in screen where we have email id and password text filed .When we enter the email id in the email text filed that makes the View and keyBoard flickers. And also when we switch between email and password textFiled then also it lead into that issue. That issue start facing from iOS 17 but not present in iOS 16. This happen on the login screen where we have textContentType = .password

I observed the same behavior on a React website that I'm building. The 'password' bar briefly disappears, thereby giving the impression of flickering.

Looking for solutions, I came across recent bug reports on this topic on react-native and flutter who all seem to agree that the problem must be lying deeper:

https://github.com/facebook/react-native/issues/39411

https://github.com/flutter/flutter/issues/134723

Keyboard and View Flickering on TextInput with secureTextEntry from iOS 17
 
 
Q