Skip to content

Commit bd245d3

Browse files
Fix/contributors (#198)
* fix all-contributors config * fix all-contributors section
1 parent 0665c80 commit bd245d3

File tree

1 file changed

+8
-5
lines changed

1 file changed

+8
-5
lines changed

README.md

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ RNMLKit provides Expo modules that allow developers to use MLKit native librarie
1616

1717
Here are some previews in action:
1818

19-
| Face Detection | Object Detection |
20-
| -------- | -------- |
21-
| <img src="./_art/face-720.gif" alt="IR MLKit Face Detection Preview" height="520" /> | <img src="./_art/object-720.gif" alt="IR MLKit Face Object Detection" height="520" /> |
19+
| Face Detection | Object Detection |
20+
|--------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
21+
| <img src="./_art/face-720.gif" alt="IR MLKit Face Detection Preview" height="520" /> | <img src="./_art/object-720.gif" alt="IR MLKit Face Object Detection" height="520" /> |
2222

2323
## Quickstart: Running the example app
2424

@@ -108,7 +108,7 @@ Running `yarn build` inside of an expo module workspace will start watch mode fo
108108
## Compatibility
109109

110110
| Expo SDK | MLKit |
111-
| -------- | -------- |
111+
|----------|----------|
112112
| ^49.0.0 | <= 0.7.7 |
113113
| ^50.0.0 | ^1.0.0 |
114114
| ^51.0.0 | ^1.0.0 |
@@ -128,6 +128,8 @@ Running `yarn build` inside of an expo module workspace will start watch mode fo
128128
<td align="center" valign="top" width="14.28%"><a href="http://infinite.red"><img src="https://avatars.githubusercontent.com/u/1775841?v=4?s=100" width="100px;" alt="Yulian Glukhenko"/><br /><sub><b>Yulian Glukhenko</b></sub></a><br /><a href="#code-yulolimum" title="Code">💻</a> <a href="#review-yulolimum" title="Reviewed Pull Requests">👀</a> <a href="#design-yulolimum" title="Design">🎨</a></td>
129129
<td align="center" valign="top" width="14.28%"><a href="https://davidl.fr"><img src="https://avatars.githubusercontent.com/u/360936?v=4?s=100" width="100px;" alt="David Leuliette"/><br /><sub><b>David Leuliette</b></sub></a><br /><a href="#doc-flexbox" title="Documentation">📖</a> <a href="#review-flexbox" title="Reviewed Pull Requests">👀</a></td>
130130
<td align="center" valign="top" width="14.28%"><a href="https://github.com/ellouzeskandercs"><img src="https://avatars.githubusercontent.com/u/51904486?v=4?s=100" width="100px;" alt="ellouzeskandercs"/><br /><sub><b>ellouzeskandercs</b></sub></a><br /><a href="#doc-ellouzeskandercs" title="Documentation">📖</a></td>
131+
</tr>
132+
<tr>
131133
<td align="center" valign="top" width="14.28%"><a href="https://github.com/cdanwards"><img src="https://avatars.githubusercontent.com/u/8878532?v=4?s=100" width="100px;" alt="Daniel Edwards"/><br /><sub><b>Daniel Edwards</b></sub></a><br /><a href="#design-cdanwards" title="Design">🎨</a> <a href="#doc-cdanwards" title="Documentation">📖</a> <a href="#review-cdanwards" title="Reviewed Pull Requests">👀</a></td>
132134
<td align="center" valign="top" width="14.28%"><a href="http://gantlaborde.com/"><img src="https://avatars.githubusercontent.com/u/997157?v=4?s=100" width="100px;" alt="Gant Laborde"/><br /><sub><b>Gant Laborde</b></sub></a><br /><a href="#doc-GantMan" title="Documentation">📖</a> <a href="#ideas-GantMan" title="Ideas, Planning, & Feedback">🤔</a></td>
133135
<td align="center" valign="top" width="14.28%"><a href="https://github.com/frankcalise"><img src="https://avatars.githubusercontent.com/u/374022?v=4?s=100" width="100px;" alt="Frank Calise"/><br /><sub><b>Frank Calise</b></sub></a><br /><a href="#doc-frankcalise" title="Documentation">📖</a> <a href="#maintenance-frankcalise" title="Maintenance">🚧</a> <a href="#review-frankcalise" title="Reviewed Pull Requests">👀</a></td>
@@ -142,4 +144,5 @@ Running `yarn build` inside of an expo module workspace will start watch mode fo
142144

143145
<!-- ALL-CONTRIBUTORS-LIST:END -->
144146

145-
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification. Contributions of any kind welcome!
147+
This project follows the [all-contributors](https://github.com/all-contributors/all-contributors) specification.
148+
Contributions of any kind welcome!

0 commit comments

Comments
 (0)