Skip to content

Instantly share code, notes, and snippets.

@julee
julee / hello.js
Created March 14, 2018 14:20
[ss] hello #react native
// @flow
'use strict';
import React, {Component} from 'react';
import {StyleSheet, View} from 'react-native';
import {connect} from 'react-redux';
type Props = {
dispatch: (action: any) => void,
navigation: any,