|
|
@ -19,6 +19,7 @@ import RecipesServices from '../Services/Recipes/RecipesServices';
|
|
|
|
import Recipes from '../Models/Recipes';
|
|
|
|
import Recipes from '../Models/Recipes';
|
|
|
|
import eventEmitter from './EventEmitter';
|
|
|
|
import eventEmitter from './EventEmitter';
|
|
|
|
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
|
|
import AsyncStorage from '@react-native-async-storage/async-storage';
|
|
|
|
|
|
|
|
import { IngredientClass } from '../Models/IngredientClass';
|
|
|
|
|
|
|
|
|
|
|
|
export default function RecipeSuggestion({ route, navigation }) {
|
|
|
|
export default function RecipeSuggestion({ route, navigation }) {
|
|
|
|
const {colors} = useContext(ColorContext)
|
|
|
|
const {colors} = useContext(ColorContext)
|
|
|
|