Created
October 2, 2018 11:44
-
-
Save tsh-code/6fc5ca7cdad29eaa0469846e2e49bb39 to your computer and use it in GitHub Desktop.
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
<Surface width={surfaceWidth} height={surfaceHeight} left={0} top={0}> | |
<Image style={imageStyle} src='...' /> | |
<Text style={textStyle}> | |
Here is some text below an image. | |
</Text> | |
</Surface> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment