Skip to content

Commit c0a0696

Browse files
author
maksymkordiyak
committed
Fix readme styling
1 parent d8a1f9a commit c0a0696

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

README.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -5,20 +5,6 @@
55

66
[![npm][npm-badge]][npm-url] [![npm][npm-downloads]][npm-url]
77

8-
## Contributors ✨
9-
10-
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
11-
12-
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
13-
<!-- prettier-ignore -->
14-
<table>
15-
<tr>
16-
<td align="center"><a href="https://paitoanderson.com/"><img src="https://avatars0.githubusercontent.com/u/4108718?v=4" width="100px;" alt="Paito Anderson"/><br /><sub><b>Paito Anderson</b></sub></a><br /><a href="https://github.com/maxkordiyak/react-native-dropdown-autocomplete/commits?author=PaitoAnderson" title="Code">💻</a></td>
17-
</tr>
18-
</table>
19-
20-
<!-- ALL-CONTRIBUTORS-LIST:END -->
21-
228
Based on https://bit.ly/2AFjUsj, the most significant advantage of this package among all others is that you can have multiple autocomplete's on your page after following instructions below. Works on Android and IOS.
239
<p align="center">
2410
<img src="https://media.giphy.com/media/AS6Ts8m31qVFNpVHUZ/giphy.gif" alt="Autocomplete demo">
@@ -182,6 +168,20 @@ Change valueExtractor and pass the data to Autocomplete without fetchDataUrl
182168
rightTextExtractor | Extract value from item (args: item, index) | Function | ({ value }) => value
183169
fetchData | Fetch data for autocomplete | Function | -
184170

171+
## Contributors ✨
172+
173+
Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
174+
175+
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
176+
<!-- prettier-ignore -->
177+
<table>
178+
<tr>
179+
<td align="center"><a href="https://paitoanderson.com/"><img src="https://avatars0.githubusercontent.com/u/4108718?v=4" width="100px;" alt="Paito Anderson"/><br /><sub><b>Paito Anderson</b></sub></a><br /><a href="https://github.com/maxkordiyak/react-native-dropdown-autocomplete/commits?author=PaitoAnderson" title="Code">💻</a></td>
180+
</tr>
181+
</table>
182+
183+
<!-- ALL-CONTRIBUTORS-LIST:END -->
184+
185185
### Authors:
186186

187187
**[Maksym Plotnikov](https://github.com/maksym-plotnikov)**

0 commit comments

Comments
 (0)