Skip to content

Instantly share code, notes, and snippets.

@viniciusdacal
Created February 12, 2017 17:24
Show Gist options
  • Select an option

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

Select an option

Save viniciusdacal/6c090272f18b9418527f22072bfa9faf to your computer and use it in GitHub Desktop.
import React, { Component } from 'react';
import { Text } from 'react-native';
const HelloWorld = () => (
<Text>Hello world!</Text>
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment