'How to hide caps lock icon in TextInput in React Native

I use React Native TextInput and when I click twice capslock - icon appears. Is there a way to hide this behavior?

 <TextInput
    autoCompleteType="password"
    onFocus={handleOnFocus}
    textContentType="oneTimeCode"
    secureTextEntry
    placeholder="Make a strong password"
  />

enter image description here



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source