We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c19dcaa commit 7cea64dCopy full SHA for 7cea64d
README.md
@@ -98,7 +98,7 @@ The `Mentions` component supports next props:
98
| renderSuggestions | function ({keyword, onSuggestionPress}) ReactNode | false | | |
99
| trigger | string | false | '@' | Character that will trigger mentions |
100
| isInsertSpaceAfterMention | boolean | false | false | Should we add a space after selected mentions if the mention is at the end of row |
101
-| inputRef | Ref<TextInput> | false | | |
+| inputRef | Ref\<TextInput> | false | | |
102
| mentionTextStyle | StyleProp\<TextStyle> | false | | Text style for mentions in TextInput |
103
| containerStyle | StyleProp\<ViewStyle> | false | | |
104
| ...textInputProps | TextInputProps | false | | Other text input props |
0 commit comments