{"id":18659249,"url":"https://github.com/fasthedeveloper/rise-vest-mobile","last_synced_at":"2025-11-06T00:30:43.607Z","repository":{"id":258299929,"uuid":"871205921","full_name":"FastheDeveloper/rise-vest-mobile","owner":"FastheDeveloper","description":null,"archived":false,"fork":false,"pushed_at":"2024-10-17T08:51:02.000Z","size":25528,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-12-27T15:31:22.792Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/FastheDeveloper.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-10-11T13:32:08.000Z","updated_at":"2024-10-17T08:51:54.000Z","dependencies_parsed_at":"2024-10-18T11:06:49.451Z","dependency_job_id":null,"html_url":"https://github.com/FastheDeveloper/rise-vest-mobile","commit_stats":null,"previous_names":["fasthedeveloper/rise-vest-mobile"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastheDeveloper%2Frise-vest-mobile","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastheDeveloper%2Frise-vest-mobile/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastheDeveloper%2Frise-vest-mobile/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FastheDeveloper%2Frise-vest-mobile/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FastheDeveloper","download_url":"https://codeload.github.com/FastheDeveloper/rise-vest-mobile/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239477482,"owners_count":19645364,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T07:36:27.678Z","updated_at":"2025-11-06T00:30:43.564Z","avatar_url":"https://github.com/FastheDeveloper.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# rise-vest-mobile\n\n## Overview\n\nrise-vest-mobile is a React Native application that provides user authentication, profile management, and plan review functionality. This README provides an overview of the app's structure, key components, and setup instructions.\n\n## Table of Contents\n\n1. [Architecture](#architecture)\n2. [Key Components](#key-components)\n3. [State Management](#state-management)\n4. [Navigation](#navigation)\n5. [Authentication](#authentication)\n6. [Screens](#screens)\n7. [User Experience](#user-experience)\n8. [Setup and Installation](#setup-and-installation)\n9. [Contributing](#contributing)\n\n## Architecture\n\nThe app follows a typical React Native architecture with the following structure:\n\n- `App.tsx`: The main entry point of the application\n- `src/`: Contains the main source code\n  - `providers/`: Context providers for state management\n  - `navigation/`: Navigation configuration\n  - `screens/`: Individual screen components\n  - `components/`: Reusable UI components (not visible in the provided file list, but likely exists)\n\n## Key Components\n\n- `AuthProvider`: Manages authentication state and related functions\n- `Navigation`: Handles the app's navigation structure\n\n## State Management\n\nFollowing the principle of minimal Redux usage, this app utilizes React Context for state management. The main state provider is:\n\n- `AuthProvider`: Manages global authentication state\n\nThis approach allows for efficient state management without the overhead of a full Redux implementation, making the app more lightweight and easier to maintain.\n\n## Navigation\n\nThe app uses React Navigation for managing different screens and flow. The main navigation structure is defined in `src/navigation/index.tsx`.\n\n## Authentication\n\nAuthentication is handled by the `AuthProvider` located in `src/providers/AuthProvider.tsx`. This provider manages user authentication state and provides related functions to the app. Key features include:\n\n- User authentication state management\n- Login and logout functionality\n- Automatic token refresh\n- Handling of expired tokens:\n  - The AuthProvider automatically signs out the user when their token expires\n  - This ensures a seamless user experience and maintains security by preventing unauthorized access with expired credentials\n\n## Screens\n\nThe app includes the following main screens:\n\n- Auth:\n  - `SignUp`: User registration screen\n  - `TellUsMore`: Additional user information collection\n- Dashboard:\n  - `Home`: Main dashboard screen\n  - `Profile`: User profile management\n  - `PlanReview`: Review and manage plans\n  - `PlanDetails`: Detailed view of a specific plan\n\n## User Experience\n\nTo enhance user engagement and provide a polished look, the app features:\n\n- **Animated Splash Screen**: A custom-designed splash screen created in Adobe After Effects greets users with smooth animations as soon as they open the app.\n- **Multiple Animations**: Various animations throughout the app keep users engaged and provide visual feedback for actions and transitions.\n\nThese animations not only improve the aesthetic appeal of the app but also contribute to a more intuitive and enjoyable user experience.\n\n## Setup and Installation\n\nTo set up and run this Expo-based React Native app, follow these steps:\n\n1. **Prerequisites**:\n   - Install Node.js (version 12 or newer)\n   - Install npm (usually comes with Node.js) or Yarn\n\n2. **Install Expo CLI**:\n   ```\n   npm install -g expo-cli\n   ```\n   or\n   ```\n   yarn global add expo-cli\n   ```\n\n3. **Clone the repository**:\n   ```\n   git clone https://github.com/risevest/rn-dev-test.git\n   cd rise-vest-mobile\n   ```\n\n4. **Install dependencies**:\n   ```\n   npm install\n   ```\n   or\n   ```\n   yarn install\n   ```\n\n5. **Start the Expo development server**:\n   ```\n   expo start\n   ```\n\n6. **Run the app**:\n   - To run on an iOS simulator: Press `i` in the terminal or click \"Run on iOS simulator\" in the Expo DevTools browser window.\n   - To run on an Android emulator: Press `a` in the terminal or click \"Run on Android device/emulator\" in the Expo DevTools browser window.\n   - To run on a physical device: Install the Expo Go app on your device and scan the QR code displayed in the terminal or Expo DevTools browser window.\n\n7. **Development**:\n   - The app will reload automatically as you save changes to the code.\n   - Shake your device or press `Cmd + D` in the iOS simulator (or `Ctrl + M` in the Android emulator) to open the developer menu.\n\nNote: Make sure your development machine and mobile device/emulator are on the same Wi-Fi network for the best development experience.\n\n## Contributing\n\n(Include guidelines for contributing to the project, coding standards, and pull request process)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasthedeveloper%2Frise-vest-mobile","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffasthedeveloper%2Frise-vest-mobile","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffasthedeveloper%2Frise-vest-mobile/lists"}