Created
February 14, 2017 15:50
-
-
Save viniciusdacal/f6a73b544c4400b9952b32a1c40c5136 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
| import React, { Component } from 'react'; | |
| import { AppRegistry, Text } from 'react-native'; | |
| import HelloWorld from './HelloWorld'; | |
| AppRegistry.registerComponent('HelloWorldApp', () => HelloWorld); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment