iOS 11 has introduced Smart Punctuation, how can I explicitly disable it? This is causing problems for a Server which does not know how to handle these characters.
There are work arounds with writing regex to replace these special characters, however, I am wondering if it's possible to disable it globally or via a prop into the TextInput
component.