Skip to content

Instantly share code, notes, and snippets.

View lodev09's full-sized avatar
👊
Time is gold but timing is everything!

Jovanni Lo lodev09

👊
Time is gold but timing is everything!
View GitHub Profile
/**
* @providesModule PatientList
*/
import NavigationBar from 'react-native-navbar';
import NavigationButtons from 'NavigationButtons';
import React, { ListView, Navigator, StyleSheet, Text, TextInput, TouchableHighlight, View } from 'react-native';
import { connect } from 'react-redux/native'
@connect(state => ({
patients: state.patients