Catalog Menzzo
catalog-menzzo is the mobile catalog application. It gives teams or customers a catalog-oriented mobile experience backed by product data.
Stack
- Expo SDK 54 and React Native 0.81.
- TypeScript and Expo Router.
- SQLite-backed local data where configured.
Connected Projects
- Catalog data comes from Magento, Logidav, or catalog feed services.
- Product images connect to media and image resizing tooling.
- Partner/feed systems may share product normalization rules.
Local Docs Submodule
When this repo consumes global docs, use:
cd docs
npm ci
npm start
npm run build
To Expand
- Mobile build commands.
- Data sync model.
- Offline behavior.
- Release process.