Skip to content

Instantly share code, notes, and snippets.

@JoeM-RP
Last active February 22, 2019 19:27
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 JoeM-RP/7388bfc9e4ea208d0646822a330cb05c to your computer and use it in GitHub Desktop.
Save JoeM-RP/7388bfc9e4ea208d0646822a330cb05c to your computer and use it in GitHub Desktop.
// @flow
import React, { Component } from 'react';
import {
StatusBar, View, AppState, NetInfo,
} from 'react-native';
import { Button } from 'Button';
import { Card } from 'Card';
import { Header } from 'Header';
import { Input } from 'Input';
import { Spinner } from 'Spinner';
class Home extends Component {
// Omitted
}
export default Home;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment