by Abdullah31

React Native task management app built with Expo SDK 52, featuring priority-based tasks, animated UI components, and persistent AsyncStorage. Runs on iOS, Android, and web with file-based routing via Expo Router, strict TypeScript, and Jest testing. Includes tab-based filtering, smooth entrance animations, and a fully static web export option.
A cross-platform React Native task management app built with Expo SDK 52 and TypeScript. Features priority-based task organization, smooth animations, persistent storage via AsyncStorage, and file-based routing with Expo Router. Runs on iOS, Android, and web with a unified codebase.
npm install
# Start dev server (interactive menu)
npx expo start
# Then press:
# i → iOS Simulator
# a → Android Emulator
# w → Web browser
# Scan QR code with Expo Go app
npx expo start --web # Web browser
npx expo start --ios # iOS Simulator (macOS)
npx expo start --android # Android Emulator
Spin up an isolated sandbox and run it server-side — no local setup.
Push this product straight into your AI IDE, web builder or cloud IDE.
Connect Tetrees to a compatible AI IDE, list products you own, and request the verified ZIP without exposing seller upload controls.
No reviews yet.
Sign in to join the discussion
Loading discussion…
npx expo export --platform web
# Output: dist/ (static site, no server required)
# Serve locally to verify
npx serve dist
npx jest --watchAll=false # Run once
npx jest --watch # Watch mode
npx jest --coverage # With coverage report
Tests located in src/**/__tests__/
npm run lint # Check
npm run lint:fix # Auto-fix
app/ # Expo Router routes
├── _layout.tsx # Root layout (Stack + TaskProvider)
├── index.tsx # Home screen entry
└── add-task.tsx # Add task route
src/
├── components/ # TaskCard, EmptyState
├── constants/ # Design tokens (colors)
├── screens/ # HomeScreen, AddTaskScreen
├── storage/ # AsyncStorage helpers + mocks
└── utils/ # TaskContext (state management)
| Feature | iOS | Android | Web |
|---|---|---|---|
| AsyncStorage | ✅ | ✅ | ✅ (localStorage) |
| Animations | ✅ | ✅ | ✅ |
| Safe Area | ✅ | ✅ | ✅ |
| Expo Router | ✅ | ✅ | ✅ |
useNativeDriver: false for web compatibilitynpx expo export --platform weblocalStorage on webnpx tsc --noEmit to type-checkTetrees License
The sandbox audition completed and the detected runnable path passed.
This React, React Native mobile app completed archive review with strong static results. Structure, dependency manifests, documentation, functional source, and common risk patterns were checked by the Tetrees verification pipeline; runtime phases are stated separately. Final verified scores after isolated runtime evidence: overall 8.5 and security 9.
Deterministic AVCP artifact review
Pipeline avcp-2026-08-04.1 · SHA-256 4a96cfc6a64b3b81…
This version-scoped review deterministically inspects the submitted archive for structure, dependencies, documentation, functional source, and common malicious or high-risk signals. Build and test phases are reported as passed only after an isolated sandbox audition. It is not a guarantee of perfect security.
Reviewed Aug 4, 2026
The full install guide and integration prompts unlock after purchase.
Mobile App Templates & App Source Code
$10.38