prince-conversions

Air Fryer Converter

An iOS app that converts oven recipes to air-fryer time + temperature, lets you save recipes, and runs concurrent cook timers with a “shake halfway” reminder.

Built with Expo SDK 54 / React Native, intended to ship via EAS Build to TestFlight.

What’s in here

Features

Run locally

cd app
npx expo start

Press i to launch the iOS simulator.

Build for TestFlight

cd app
npx eas-cli login
npx eas-cli init                                  # one-time, populates extra.eas.projectId
npx eas-cli build --platform ios --profile production
# fill in submit.production.ios in eas.json (appleId, ascAppId, appleTeamId)
npx eas-cli submit --platform ios --latest

Regenerate assets

cd app
node scripts/make-icon.js     # icon.png, adaptive-icon.png, splash.png, favicon.png
node scripts/make-sounds.js   # done.wav, shake.wav