cursorColor
support for RenderProps
#3611
Labels
feature request
Status: Approved
requested feature is approved and can be introduced to the library
TextInput
RN 0.70.x has a new
cursorColor
feature that it would be nice to have available on theRenderProps
types of theTextInput
component.react-native-paper/src/components/TextInput/types.tsx
Lines 16 to 32 in 622598c
Current behaviour
A small subset of props are passed
Expected behaviour
New props to be passed to the render props
Workaround
When using
render
prop, you can pass the prop directly to the native text input.The text was updated successfully, but these errors were encountered: