Working Expo scaffold per Pawrent_PRD_v1.md. Onboarding flow, weekly checklist generator (breed + age + season aware), toxic foods/plants reference, settings.
npm install
npx expo start
# press 'i' for iOS simulator (requires Xcode)
# or scan the QR with Expo Go on your phone
All persistent state in AsyncStorage:
pawrent_pet → { name, species, breed, ageYears, weightLbs }pawrent_checklist_state → { [itemId]: { status: "done"|"skipped", ts } }pawrent_observations → [{ id, ts, key, value, note }, ...]Switch to expo-sqlite when observation log lands (week 4).
FloofLife guidance is sourced from public veterinary references (AKC, ASPCA, Merck Vet Manual, AVMA, Cornell Feline Health). It is not a substitute for veterinary advice.