I want to create a TextInput that starts with capitalisation on but then if its turned off by the user it stays off.
the autoCapitilisation prop offers 'characters' but then it keeps going on again after each new character even if the user has turned it off, if I choose 'words' then it automatically leave capitalisation after the first character :(