Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/expo/awesome-expo
Useful resources for creating apps with Exponent
https://github.com/expo/awesome-expo
List: awesome-expo
Last synced: about 1 month ago
JSON representation
Useful resources for creating apps with Exponent
- Host: GitHub
- URL: https://github.com/expo/awesome-expo
- Owner: expo
- License: mit
- Archived: true
- Created: 2016-10-10T04:26:26.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T17:25:27.000Z (over 5 years ago)
- Last Synced: 2024-05-20T02:12:13.730Z (7 months ago)
- Size: 31.3 KB
- Stars: 476
- Watchers: 21
- Forks: 41
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome - awesome-expo - Useful resources for creating apps with Exponent (Others)
README
# Awesome Expo [![Awesome](https://cdn.rawgit.com/sindresorhus/awesome/d7305f38d29fed78fa85652e3a63e154dd8e8829/media/badge.svg)](https://github.com/sindresorhus/awesome)
[](https://getexponent.com/)
> Useful resources for creating apps with [Expo](https://expo.io/)
## Contents
- [Apps](#apps)
- [Libraries from Expo](#libraries-from-expo)
- [Libraries built by the Community](#libraries-built-by-the-community)
- [Documentation](#documentation--reference)
- [Articles](#articles)
- [Videos](#videos)
- [Podcasts](#podcasts)
- [Community](#community)
- [Tips](#tips)## Apps - Made with Expo
### Expo Experiences
- [Growler Prowler](https://expo.io/@community/growler-prowler) - Find breweries around you in Vancouver! | [Source Code](https://github.com/brentvatne/growler-prowler)
- [Floaty Plane](https://expo.io/@exponent/floatyplane) - A game where you keep a paper plane afloat | [Source Code](https://github.com/expo/floatyplane)
- [React Native Playground](https://expo.io/@rnplay/rnplay) - Write snippets in your browser using [rnplay.org](https://rnplay.org/) and try them out with this!
- [Pocket Gear](https://expo.io/@rncommunity/pocketgear) - PocketGear is a clean and simple Pokédex app for Pokémon GO.
- [Breakout](https://expo.io/@community/breakout) - A game where you have to smash blocks with your paddle using GL.
- [movieapp](https://expo.io/@community/movieapp) - Discover Movies and TV shows
- [Startr](https://expo.io/@community/startr) - "Like Airbnb for Uber." Inspiration for your next startup
- [PÜL](https://expo.io/@pulapp/pul) - A carpooling app designed for students to help each other get more involved in their community. | [Source Code](https://github.com/datwheat/pul)
- [Tetris](https://getexponent.com/@community/react-native-tetris) - The Tetris game you know and love.
- [ATM finda](https://expo.io/@danidee/atmfinda) - An App for Finding Active ATM's around you.
- [Reactive Sweeper](https://expo.io/@experiment322/reactive-sweeper) - The good ol' minesweeper game. And a little bit more. | [Source Code](https://github.com/experiment322/reactive-sweeper)
- [Lyrics King](https://expo.io/@skempin/lyrics-king) - Stylish and minimalist lyrics search app, designed with Adobe XD | [Source Code](https://github.com/SKempin/Lyrics-King-React-Native)### App Store apps Using Expo
- [Li.st](https://li.st/) - Twitter for lists of things
### Demos
- [Instagram Stories Clone](https://getexponent.com/@mastermo/instagram-stories) by Yousef Kama | [Blog Post](https://medium.com/@yousefkama/building-instagram-stories-d14763682e98#.gn2ujtrup) | [Source Code](https://github.com/mastermoo/rn-instagram-stories)
- [Wunderlist Clone](https://getexponent.com/@mastermo/wunderlist) by Yousef Kama | [Blog Post](https://medium.com/@yousefkama/react-native-ui-challenge-2-be24f72e6a68#.ibqyza95w) | [Source Code](https://github.com/mastermoo/rn-wunderlist)
- [Emoji Feedback UI](https://getexponent.com/@community/emoji-feedback) by Yousef Kama | [Blog Post](https://medium.com/@yousefkama/react-native-ui-challenge-1-42db390905c#.apx950akw) | [Source Code](https://github.com/mastermoo/rn-emoji-feedback)
- [Native Component List](https://getexponent.com/@community/native-component-list) | [Source Code](https://github.com/exponentjs/native-component-list)
- [GLTest](https://getexponent.com/@community/gl-test) | [Source Code](http://github.com/exponentjs/gl-test)
- [Tetris](https://getexponent.com/@community/react-native-tetris) - The Tetris game you know and love. | [Source Code](https://github.com/ggomaeng/react-native-tetris)
- [react-native-gmail](https://getexponent.com/@sungwoopark95/react-native-gmail) by Sung Woo Park - Pure javascript UI prototype for React Native framework. Custom swipe to archive ListView. | [Source Code](https://github.com/ggomaeng/react-native-gmail)
- [Solitaire](https://getexponent.com/@sungwoopark95/react-native-solitaire) by Sung Woo Park - Pure javascript solitaire UI for React Native framework. Intended for practices with PanResponder | [Source Code](https://github.com/ggomaeng/react-native-solitaire)
- [Render an SVG File from URI](https://getexponent.com/@ccheever/homer-simpson-svg) - Renders an SVG image of Homer Simpson stored at a URI | [Source Code](https://github.com/ccheever/homer-simpson-svg-file)## Libraries from Expo
- [ExNavigation](https://github.com/exponentjs/ex-navigation) - A route-centric, batteries-included navigation library for Expo and React Native that works seamlessly on Android and iOS
- [react-native-action-sheet](https://github.com/exponentjs/react-native-action-sheet) - ActionSheet is a cross-platform React Native component that uses the native UIActionSheet on iOS and a JS implementation on Android.## Libraries built by the community
- [ex-react-native-i18n](https://github.com/xcarpentier/react-native-i18n) - ex-react-native-i18n for Expo
- [react-native-linkedin](https://github.com/xcarpentier/react-native-linkedin)
- [rn-pdf-reader-js](https://github.com/xcarpentier/rn-pdf-reader-js/blob/master/README.md) - A PDF reader, in JavaScript only, for Expo, Android capable, PDF.JS## Documentation & Reference
- [Up and Running Guide](https://docs.getexponent.com/versions/latest/guides/up-and-running.html)
- [Official Expo docs](https://docs.getexponent.com/) - Go here and be sure to use the search to answer a lot of your questions.
- [Hello GraphQL](https://github.com/exponentjs/hello-graphql) - GraphQL query, mutation and schema example in Expo with Reindex and Apollo Client.
- [Firebase Example](https://github.com/exponentjs/firebase-example) - A simple example that shows how to setup Firebase in your Expo app, and interact with their most basic set/get API.
- [Socket.io Expo Example](https://github.com/exponentjs/socket-io-example) - A simple backend and Expo app that uses Socket.io
- [Video Background Example](https://github.com/exponentjs/video-background) - Everyone's favorite sign-in screen layout.
- [Image Upload Example](https://github.com/exponentjs/image-upload-example) - Snap a photo or grab it from your camera roll, upload it to your backend that sends it off to S3.
- [Vector Icons Directory on Expo](https://getexponent.com/@ccheever/vector-icon-showcase)
- [Vector Icons Directory on Web](https://exponentjs.github.io/vector-icons/)## Articles
- [This Week in React #2](https://thisweekinreact.com/this-week-in-react-2-74c7bd260cb4#.9d5v94k74) - Interview with Nikhilesh Sigatapu
- [Using React Native UI toolkits with Expo](https://blog.getexponent.com/using-react-native-ui-toolkits-with-exponent-3993434caf66)## Videos
- [Expo Explained in Two Minutes](https://www.youtube.com/watch?v=IQI9aUlouMI)
## Podcasts
Add some!
## Community
- [Expo Forums](https://forums.expo.io/)
- [Community Slack](https://slack.exponentjs.com/)
- [Old Exponent Subreddit](https://www.reddit.com/r/exponent)
- [Stack Overflow](http://stackoverflow.com/questions/tagged/exponentjs)
- [`@expo_io` on Twitter](https://twitter.com/expo_io)
- [reactnative.gallery](https://reactnative.gallery/) - Show and tell for React Native developers## Tips
Contribute some ;)
## Contribute
Contributions welcome! Read the [contribution guidelines](CONTRIBUTING.md) first.
## License
[MIT License](LICENSE)