Skip to content
This repository was archived by the owner on Jul 11, 2026. It is now read-only.
Temmi Pietsch edited this page Jul 11, 2026 · 4 revisions

Welcome to the alimonia-expo-old Wiki 🥦

alimonia-expo-old was an early cross-platform attempt to realize the idea of alimonia, built with Expo / React Native. It followed the first native prototype, alimonia-ios, and later gave way to a rebuilt version: alimonia-expo, the current and actively developed app.

🚀 Getting Started

# Install dependencies
npm install

# Start the Expo dev server
npm start

# Or launch directly on a platform
npm run ios
npm run android
npm run web

Open the project in Expo Go or a development build to run it on a device or simulator.

🧩 Tech Stack

ℹ️ Note: The dependency stack was upgraded from the original Expo SDK 46 to SDK 57 solely to keep this prototype buildable and runnable on current systems (recent iOS, Xcode and Node versions). This is not a resumption of development — alimonia-expo-old remains historical documentation of an early iteration.

🗂️ Project Structure

index.ts           App entry (registerRootComponent)
App.tsx            Redux Toolkit store + providers
navigation/        React Navigation config (tabs + stack)
screens/           Recipes, ShoppingList, AddRecipe, NotFound
components/         Reusable UI (RecipeCard, Typography, AlimoniaView)
store/             Redux reducer, actions, action creators
translations/      en.json, de.json
hooks/             useCachedResources (fonts & assets)
constants/         Layout constants

📸 Screenshots

Recipe book · empty shopping list · new-recipe modal — running on an iOS 26 simulator with the SDK 57 stack.

ℹ️ Status

🚧 Not actively developed This project is no longer maintained. All ongoing and future development happens in alimonia-expo.

💡 About alimonia

The core idea behind alimonia is to provide:

  • Personalized weekly nutrition planning
  • A calendar-like view for organizing meals
  • Grocery list management
  • Recipe nutrition data to track calorie intake
  • Integration with Apple Health

🔗 Related

✨ This wiki is meant as historical documentation of an early cross-platform iteration of alimonia. For the actively developed app, please visit the alimonia-expo Wiki.