Skip to content

Instantly share code, notes, and snippets.

@jnsdls
Created September 13, 2016 08:09
Show Gist options
  • Save jnsdls/fafa014f43e9dbcacf35c4b50229af74 to your computer and use it in GitHub Desktop.
Save jnsdls/fafa014f43e9dbcacf35c4b50229af74 to your computer and use it in GitHub Desktop.
import React from 'react'; // duh
import withBebo from '../utils/withBebo'; // Bebo SDK wrapper for React
import ReactSwipe from 'react-swipe'; // will nicely handle our Snapchat-esque panes
import loadImage from 'blueimp-load-image'; // for image-processing
import Camera from './Camera'; // our Camera
import Library from './Library'; // our Library
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment