Skip to content

Commit

Permalink
docs: add keith-kurak as a contributor for code (#399)
Browse files Browse the repository at this point in the history
* docs: update README.md [skip ci]

* docs: update .all-contributorsrc [skip ci]

Co-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>
  • Loading branch information
allcontributors[bot] committed Nov 10, 2022
1 parent bf0b95f commit 18407f8
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,15 @@
"contributions": [
"code"
]
},
{
"login": "keith-kurak",
"name": "Keith Kurak",
"avatar_url": "https://avatars.githubusercontent.com/u/8053974?v=4",
"profile": "https://github.com/keith-kurak",
"contributions": [
"code"
]
}
],
"contributorsPerLine": 7,
Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ npx create-react-native-app -t with-typescript
## Contributors ✨

<!-- ALL-CONTRIBUTORS-BADGE:START - Do not remove or modify this section -->
[![All Contributors](https://img.shields.io/badge/all_contributors-16-orange.svg?style=flat-square)](#contributors-)
[![All Contributors](https://img.shields.io/badge/all_contributors-17-orange.svg?style=flat-square)](#contributors-)
<!-- ALL-CONTRIBUTORS-BADGE:END -->

If you'd like to contribute something, please check out our [contributing guide](./contributing.md)!
Expand Down Expand Up @@ -87,6 +87,7 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
<tr>
<td align="center"><a href="https://github.com/kbrandwijk"><img src="https://avatars.githubusercontent.com/u/852069?v=4?s=100" width="100px;" alt="Kim Brandwijk"/><br /><sub><b>Kim Brandwijk</b></sub></a><br /><a href="https://github.com/expo/examples/commits?author=kbrandwijk" title="Code">💻</a></td>
<td align="center"><a href="https://aviavinav.tech"><img src="https://avatars.githubusercontent.com/u/54372449?v=4?s=100" width="100px;" alt="Avi Avinav"/><br /><sub><b>Avi Avinav</b></sub></a><br /><a href="https://github.com/expo/examples/commits?author=AviAvinav" title="Code">💻</a></td>
<td align="center"><a href="https://github.com/keith-kurak"><img src="https://avatars.githubusercontent.com/u/8053974?v=4?s=100" width="100px;" alt="Keith Kurak"/><br /><sub><b>Keith Kurak</b></sub></a><br /><a href="https://github.com/expo/examples/commits?author=keith-kurak" title="Code">💻</a></td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit 18407f8

Please sign in to comment.