https://github.com/facebook/react-native/pull/30897 The pr fixes issue with `setColorFilter` not working on API 21 by using `setBorderColor` to over-ride it. https://github.com/fabriziobertoglio1987/react-native-notes/blob/573ac3345e77ab472978612ce83d4aabc0ccba99/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java#L641-L642 https://github.com/fabriziobertoglio1987/react-native-notes/blob/573ac3345e77ab472978612ce83d4aabc0ccba99/Libraries/Components/TextInput/TextInput.js#L906-L911