Skip to content

Instantly share code, notes, and snippets.

View WebMobi59's full-sized avatar
🏠
Working from home

WebMobi59

🏠
Working from home
View GitHub Profile
@WebMobi59
WebMobi59 / HomeScreen.js
Created January 25, 2019 13:02
Fix issue on test
// @flow
import * as React from 'react';
import { View, Text, StyleSheet } from 'react-native';
import { NavigationScreenProps, NavigationEventSubscription } from 'react-navigation';
type Props = {
onNewTotal: (total: number) => void,
};