I created a screen keyboard component that I want to disable the platform's keyboard, how I can disable it?
<TextInput secureTextEntry ref="Pin" selectionColor="#656565" keyboardType="numeric" activeColor="#656565" inactiveColor="#fff" autoFocus={false} ignoreCase codeLength={4} inputPosition="center" size={50} onFulfill={isValid => this} codeInputStyle={{ borderWidth: 1.5 }} />