Skip to content

Instantly share code, notes, and snippets.

View andmar204's full-sized avatar

Andre Marin andmar204

View GitHub Profile
import React, { useState } from 'react';
import { YellowBox } from 'react-native'
import _ from 'lodash';
import { Text, View } from 'react-native';
import * as Font from 'expo-font';
import { AppLoading } from 'expo';
import { createStackNavigator } from 'react-navigation-stack';
//import MealsNavigator from './navigation/MealsNavigation';