-
-
Notifications
You must be signed in to change notification settings - Fork 0
Home
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.
# 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 webOpen the project in Expo Go or a development build to run it on a device or simulator.
- Expo SDK 57 · React Native 0.86 · React 19 (New Architecture)
- TypeScript
- React Navigation 7 (bottom tabs + native stack)
- Redux Toolkit for state management
- styled-components
- i18n-js for English & German localization
ℹ️ 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.
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
Recipe book · empty shopping list · new-recipe modal — running on an iOS 26 simulator with the SDK 57 stack.
🚧 Not actively developed This project is no longer maintained. All ongoing and future development happens in alimonia-expo.
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
- alimonia-ios Repository — the first native iOS prototype
- alimonia-expo-old Repository
- alimonia-expo Repository — the current, actively developed app
✨ 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.