Last active
April 13, 2016 20:19
-
-
Save DanielMSchmidt/928759dfc5089ee8103514eacc8c8e24 to your computer and use it in GitHub Desktop.
deconstructing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var Image = React.Image; | |
var View = React.View; | |
var Component = React.Component; | |
var Text = React.Text; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
var { | |
Image, | |
View, | |
Component, | |
Text | |
} = React; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment