ChainReactPhotobomb
ChainReactPhotobomb copied to clipboard
The Chain React Photobomb app for iOS and Android, written in React Native
Fork of ChainReactPhotobomb
Uses Expo / Create React Native App.
Running Locally
-
yarn
-
yarn ios
oryarn android
, or justyarn start
and scan QR code with Expo client.
ChainReactPhotobomb
The Chain React Photobomb app for iOS and Android, written in React Native. This app is a companion to the talk "From Idea to App Store: A Guide to Shipping React Native Apps" from Chain React 2017.
If you'd like to add a feature or fix a bug, submit a Pull Request!
Features
- Realtime photostream powered by graphql subscriptions.
- Take a picture or choose an image from your library
- Add optional stickers to the photo
- Composite the image and stickers into a new image
- Upload the photo, show it in the realtime stream
- Allow users to flag a photo as inappropriate (which immediately hides it)
License
Chain React Photobomb is Copyright © 2017 Echobind. It is free software, and may be redistributed under the terms specified in the MIT-LICENSE file.