Skip to content

Instantly share code, notes, and snippets.

@diego3g
Created September 26, 2017 17:49
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 diego3g/40d4c6493777089125034509c9392225 to your computer and use it in GitHub Desktop.
Save diego3g/40d4c6493777089125034509c9392225 to your computer and use it in GitHub Desktop.
/* Core */
import React, { Component } from 'react';
/* Presentational */
import { View, Platform, Linking } from 'react-native';
export default class List extends Component {
static navigationOptions = {
title: 'Lista de receitas',
};
render() {
return <View />
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment