Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adding missing prop for RN Android TextInput behavior
Summary: An issue that popped up working on: D36140890 There is already behavior implemented to set the TextInput caret/cursor color independently from the selection box color in Android. However this handy prop, was not documented or added as one of the available props for the TextInput component. Associated behavior can be found here: https://www.internalfb.com/code/fbsource/[f116d651b2e8]/xplat/js/react-native-github/ReactAndroid/src/main/java/com/facebook/react/views/textinput/ReactTextInputManager.java?lines=512 ## **Changelog** [Android] - Add android-only prop documentation at the TextInput js level. Reviewed By: genkikondo Differential Revision: D36208656 fbshipit-source-id: a54a2646351d897e0d598d5e1979f2a0c443e9d6
- Loading branch information