Skip to content

Instantly share code, notes, and snippets.

@behrends
Created July 4, 2018 09:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save behrends/217a47eb484409e72b7ac7b4dc3c0543 to your computer and use it in GitHub Desktop.
Save behrends/217a47eb484409e72b7ac7b4dc3c0543 to your computer and use it in GitHub Desktop.
11:30 - In js/components/
import React, { Component } from 'react';
import { StyleSheet, Text, View } from 'react-native';
export default class Quote extends Component {
render() {
return <Text>Hallo!!!!!!!!!!!</Text>;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment