Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created February 14, 2017 15:50
Show Gist options
  • Select an option

  • Save viniciusdacal/f6a73b544c4400b9952b32a1c40c5136 to your computer and use it in GitHub Desktop.

Select an option

Save viniciusdacal/f6a73b544c4400b9952b32a1c40c5136 to your computer and use it in GitHub Desktop.
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