You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -249,7 +249,7 @@ _This list is a work in progress. PRs welcome!_
249
249
| renderHeaderComponent | function | use the `ListHeaderComponent` from `FlatList` when showing autocomplete results |||
250
250
| renderLeftButton | function | add a component to the left side of the Text Input |||
251
251
| renderRightButton | function | add a component to the right side of the Text Input |||
252
-
| renderRow | function | custom component to render each result row (use this to show an icon beside each result). *data* and *index* will be passed as input parameters|||
252
+
| renderRow | function | custom component to render each result row (use this to show an icon beside each result). `data` and `index` will be passed as input parameters |||
253
253
| requestUrl | object | used to set the request url for the library |||
254
254
| returnKeyType | string | the return key text https://reactnative.dev/docs/textinput#returnkeytype| 'search' ||
0 commit comments