I have an existing React Native codebase that I’d like extended into a simple, production-ready app for both iOS and Android. The core flow is straightforward: users create, edit, and delete personal tasks, then earn points for completing them. A running total of those points should be visible in real time on the main dashboard so they can track progress at a glance. Key pieces of the build: • Task list CRUD — clean UX, swipe or long-press actions are fine as long as they feel native on each platform. • Points system — each completed task automatically adds a configurable number of points to the user’s balance; the counter updates instantly. • Push notifications — local and remote. Users receive a nudge when a task is due soon and a congratulatory ping when points are awarded. Technical notes React Native (current LTS), TypeScript welcomed but not mandatory. I’m happy with Expo or bare React Native as long as notifications and store-ready builds are covered. Feel free to integrate Firebase Cloud Messaging, OneSignal, or another service you prefer for cross-platform pushes; just keep the setup clear. State management is up to you (Context, Redux Toolkit, Zustand, etc.) as long as the logic is well-structured. Acceptance criteria 1. iOS and Android builds install and run without errors on physical devices. 2. Tasks can be created, edited, deleted, and marked complete; completing a task instantly increments the user’s point total. 3. Scheduled and completion notifications fire reliably even after app restarts. 4. Clean, commented code plus a brief README explaining environment setup, build commands, and where to configure point values and notification timing. If this sounds within your wheelhouse, let me know the stack you’d use and any similar apps you’ve shipped.