https://github.com/expo/hackathon-examples
https://github.com/expo/hackathon-examples
Last synced: 6 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/expo/hackathon-examples
- Owner: expo
- License: mit
- Created: 2017-09-16T01:21:41.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-12-11T00:24:21.000Z (almost 6 years ago)
- Last Synced: 2025-04-08T12:09:43.525Z (6 months ago)
- Size: 10.7 KB
- Stars: 41
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hackathon-examples
- [Pokedex](https://github.com/SoftwareMansion/poke-workshops)
A Pokedex that shows you all the pokemon and their movesets. Uses React Navigation.
- [Meme Generator](https://snack.expo.io/@esamelson/meme-generator)
A simple meme generator that lets you pick from a few templates, your camera roll, or take a photo, and then add text to it, upload it to a server and share it with your friends :)
- [Firebase Hackathon Starter](https://snack.expo.io/@esamelson/firebase-hackathon-starter)
A simple starter snack with instructions and boilerplate for setting up Firebase Realtime Database. Remember to change the config to use your own API keys!
- [A Map Centered on your Current Location](https://snack.expo.io/@esamelson/map-view-example)
An example of a map that centers on your current location and has a marker there. Works on iOS and Android, but not Web.
- [Tinder Deck](https://snack.expo.io/@esamelson/tinder-deck-example)
A simple demo of a Tinder-styled UI component. Swipe Away!
- [Native Component List](https://github.com/expo/expo/tree/master/apps/native-component-list)
A full app with extensive demos of almost every Expo API. Check out the `src/screens` folder for easy access to a particular API screen. Android users can [try it at https://expo.io/@community/native-component-list](https://expo.io/@community/native-component-list)
- [React Navigation Playground](https://github.com/react-navigation/react-navigation/tree/master/example)
A full app with examples of a variety of different navigation patterns. Android users can [try it at https://expo.io/@react-navigation/NavigationPlayground](https://expo.io/@react-navigation/NavigationPlayground).
### Outdated examples
These examples are all out of date and may provide hints/starting points but probably will not work out of the box.
- [Expo quickstart with Hasura](https://hasura.io/hub/project/hasura/hello-react-native)
An example Expo app that uses [Hasura](https://hasura.io/) as a backend. A ready-in-5-minutes react-native app with authentication and data implemented.
- [Image uploading](https://github.com/expo/examples/tree/master/with-formdata-image-upload)
An example of uploading an image (for example, one taken with the camera or from the camera roll) over the network.
- [Google Vision API](https://github.com/expo/google-vision-expo-test)
An example of using the Google Vision API with Expo. Make sure you get and use your own API keys to make it work! You can [try a demo](https://expo.io/@nikki/google-vision-expo-test) at [https://expo.io/@nikki/google-vision-expo-test](https://expo.io/@nikki/google-vision-expo-test)
- [Growler Prowler](https://github.com/brentvatne/growler-prowler)
A directory of fine brewpubs in Vancouver. Uses maps and smooth animations and list views and lots of nice UI touches.
[Try it](https://expo.io/@community/growler-prowler) at [https://expo.io/@community/growler-prowler](https://expo.io/@community/growler-prowler)- [CS50](https://github.com/expo/harvard-cs50-app)
A course companion app for Harvard CS50. Uses video playing and file downloading.
[Try it](https://expo.io/@cs50/harvard-cs50) at [https://expo.io/@cs50/harvard-cs50](https://expo.io/@cs50/harvard-cs50)
or [in the iOS App Store](https://itunes.apple.com/us/app/harvard-cs50/id1277395242?mt=8&ign-mpt=uo%3D4)