### Current behaviour SelectionColor Property Doesn't work on TextInput Component. Currently, it's checking error and error color variables from props. Reference Links: [Variable Declartion in TextInput Component](https://github.com/callstack/react-native-paper/blob/8974cd14c2265a7ad2c071d8e3bc8296d4549883/src/components/TextInput.js#L315) [Variable Used in TextInput Component](https://github.com/callstack/react-native-paper/blob/8974cd14c2265a7ad2c071d8e3bc8296d4549883/src/components/TextInput.js#L373) ### Expected behaviour It Should Accept any color ### Code sample ```js <TextInput label='Email' selectionColor={'#F8DE7E'} value={this.state.text} onChangeText={text => console.log(text) } /> ``` ### Your Environment | software | version | --------------------- | ------- | ios or android | Android | react-native | 0.54.0 | react-native-paper | 1.9.1 | node | 8.11.2 | npm or yarn | 4.2.0