Skip to content

Instantly share code, notes, and snippets.

@DanielMSchmidt
Last active April 13, 2016 20:19
Show Gist options
  • Save DanielMSchmidt/928759dfc5089ee8103514eacc8c8e24 to your computer and use it in GitHub Desktop.
Save DanielMSchmidt/928759dfc5089ee8103514eacc8c8e24 to your computer and use it in GitHub Desktop.
deconstructing
var Image = React.Image;
var View = React.View;
var Component = React.Component;
var Text = React.Text;
var {
Image,
View,
Component,
Text
} = React;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment