mirror of
https://github.com/zhigang1992/examples.git
synced 2026-05-03 20:04:49 +08:00
Updated readme
This commit is contained in:
BIN
.gh-assets/banner.png
Normal file
BIN
.gh-assets/banner.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 207 KiB |
38
README.md
38
README.md
@@ -1,9 +1,37 @@
|
||||
# Examples
|
||||
<img alt="expo examples" src=".gh-assets/banner.png">
|
||||
|
||||
This repository includes examples for some common tasks and integrations that you may want to build into an app when using Expo tools.
|
||||
<p align="center">
|
||||
|
||||
Each directory includes an example and the README in the directory explains how to use it and the idea behind the example.
|
||||
<a aria-label="SDK version" href="https://www.npmjs.com/package/expo" target="_blank">
|
||||
<img alt="Expo SDK version" src="https://img.shields.io/npm/v/expo.svg?style=flat-square&label=SDK&labelColor=000000&color=4630EB">
|
||||
</a>
|
||||
|
||||
## Contributing
|
||||
<a aria-label="Join our forums" href="https://forums.expo.io" target="_blank">
|
||||
<img alt="" src="https://img.shields.io/badge/Ask%20Questions%20-blue.svg?style=flat-square&logo=discourse&logoWidth=15&labelColor=000000&color=4630EB">
|
||||
</a>
|
||||
<a aria-label="Expo is free to use" href="https://github.com/expo/expo/blob/master/LICENSE" target="_blank">
|
||||
<img alt="License: MIT" src="https://img.shields.io/badge/License-MIT-success.svg?style=flat-square&color=33CC12" target="_blank" />
|
||||
</a>
|
||||
<a aria-label="expo downloads" href="http://www.npmtrends.com/expo" target="_blank">
|
||||
<img alt="Downloads" src="https://img.shields.io/npm/dm/expo.svg?style=flat-square&labelColor=gray&color=33CC12&label=Downloads" />
|
||||
</a>
|
||||
</a>
|
||||
|
||||
Have an example you'd like to add? Follow the README template in the existing examples and open up a pull request, we'd be happy to consider it! Keep in mind that each example needs to be updated regularly along with new SDK releases, so there is some maintenance burden associated. The example should be for a common enough usage scenario that can't be better explained through a documentation paged.
|
||||
</p>
|
||||
|
||||
<p align="center">
|
||||
<a aria-label="create a new example" href="https://github.com/expo/examples/blob/master/contributing.md"><b>Create an Example</b></a>
|
||||
|
|
||||
<a aria-label="suggest an example" href="https://github.com/expo/examples/issues/new?assignees=&labels=&template=feature_request.md">Suggest an Example 📚</a>
|
||||
</p>
|
||||
|
||||
<p align="center">Easy example for using features, libraries, and other integrations with the Expo SDK!
|
||||
</p>
|
||||
|
||||
<p>
|
||||
<a aria-label="Follow @expo on Twitter" href="https://twitter.com/intent/follow?screen_name=expo" target="_blank">
|
||||
<img alt="Twitter: expo" src="https://img.shields.io/twitter/follow/expo.svg?style=flat-square&label=Follow%20%40expo&logo=TWITTER&logoColor=FFFFFF&labelColor=00aced&logoWidth=15&color=lightgray" />
|
||||
</a>
|
||||
|
||||
<img aria-label="Star the repo" align="right" alt="Star expo-examples on Github" src="https://img.shields.io/github/stars/expo/examples.svg?style=flat-square&label=Star%20on%20Github&logo=GITHUB&logoColor=FFFFFF&labelColor=24292e&logoWidth=15&color=lightgray" />
|
||||
</p>
|
||||
|
||||
Reference in New Issue
Block a user