Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Valiums authored Jun 19, 2024
1 parent 5fcda5b commit ee2cb54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,5 +178,5 @@ Text Input props:
| name | a string to name the current text input, used in the "chainable" props mentionned above | string |
| renderBottom() | a function that renders components to display custom text under the text input | ```renderBottom={() => <Text>bottomText</Text>}``` |
| renderTop() | a function that renders components to display custom text above the text input | ```renderTop={() => <Text>topText</Text>}``` |
| textInputProps | contains all props of the TextInput component from React Native | |
| textInputProps | contains all props of the TextInput component from [React Native](https://reactnative.dev/docs/textinput#props) | |

0 comments on commit ee2cb54

Please sign in to comment.