On my application working on Expo, I would like to disable this functionality (strong password ios 12) : https://developer.apple.com/videos/play/wwdc2018/204/
To be short, I would like to avoid this (it's not my application)
I try different way like add those properties to my textInput
textContentType='none'
autoCorrect={false}
Nothing works...
Any guesses ?