From 2ed54eff485d083fdfa34ac4a006cf9539547e23 Mon Sep 17 00:00:00 2001 From: Agung Jati Kusumo Date: Mon, 4 Jun 2018 14:41:31 +0700 Subject: [PATCH] Bugfix Android Crash selectionColor on TextInput caused android crash --- components/ConfirmationCodeInput.js | 1 - 1 file changed, 1 deletion(-) diff --git a/components/ConfirmationCodeInput.js b/components/ConfirmationCodeInput.js index 239c85a..5cc9b54 100644 --- a/components/ConfirmationCodeInput.js +++ b/components/ConfirmationCodeInput.js @@ -260,7 +260,6 @@ export default class ConfirmationCodeInput extends Component { codeInputStyle ]} underlineColorAndroid="transparent" - selectionColor={activeColor} keyboardType={'name-phone-pad'} returnKeyType={'done'} {...this.props}