{"id":50697431,"url":"https://github.com/ysocrius/trivy_react_native","last_synced_at":"2026-06-09T07:32:53.286Z","repository":{"id":304254408,"uuid":"1017365845","full_name":"ysocrius/trivy_react_native","owner":"ysocrius","description":"A React Native application featuring a card management interface with freeze functionality and modern UI design.","archived":false,"fork":false,"pushed_at":"2025-07-11T22:27:36.000Z","size":13772,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-07-12T00:25:43.494Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/ysocrius.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,"zenodo":null}},"created_at":"2025-07-10T12:27:08.000Z","updated_at":"2025-07-11T22:27:42.000Z","dependencies_parsed_at":"2025-07-12T00:35:51.331Z","dependency_job_id":null,"html_url":"https://github.com/ysocrius/trivy_react_native","commit_stats":null,"previous_names":["ysocrius/trivy_react_native"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/ysocrius/trivy_react_native","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysocrius%2Ftrivy_react_native","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysocrius%2Ftrivy_react_native/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysocrius%2Ftrivy_react_native/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysocrius%2Ftrivy_react_native/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ysocrius","download_url":"https://codeload.github.com/ysocrius/trivy_react_native/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ysocrius%2Ftrivy_react_native/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":34096950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-06-09T02:00:06.510Z","response_time":63,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":"2026-06-09T07:32:52.731Z","updated_at":"2026-06-09T07:32:53.278Z","avatar_url":"https://github.com/ysocrius.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Trivy - React Native App\n\nA React Native application featuring a card management interface with freeze functionality and modern UI design.\n\n## Project Overview\n\nTrivy is a mobile application that provides a card management interface with the following key features:\n\n- **Card Details Display**: Shows card information with a modern, clean design\n- **Freeze Animation**: Interactive freeze/unfreeze functionality with visual effects\n- **Bottom Navigation**: Tab-based navigation system\n- **Responsive Design**: Pixel-perfect UI matching Figma design specifications\n- **Random Data Generation**: Uses faker.js for dynamic card data\n\n## Features\n\n### 🎨 UI Components\n- Card component with front/back display\n- Freeze animation with visual effects\n- Bottom tab navigation\n- Modern design with Poppins font family\n\n### 🔧 Technical Stack\n- **Frontend**: React Native\n- **Navigation**: React Navigation\n- **Data Generation**: Faker.js\n- **Styling**: React Native StyleSheet\n- **Fonts**: Poppins (Google Fonts)\n\n## Project Structure\n\n```\ntrivy-1a/\n├── src/\n│   ├── assets/\n│   │   ├── fonts/          # Poppins font files\n│   │   └── images/         # App icons and images\n│   ├── components/         # Reusable UI components\n│   ├── screens/           # App screens\n│   └── utils/             # Utility functions\n├── android/               # Android-specific files\n├── ios/                   # iOS-specific files\n└── __tests__/            # Test files\n```\n\n## Getting Started\n\n### Prerequisites\n\nMake sure you have completed the [React Native Environment Setup](https://reactnative.dev/docs/environment-setup) before proceeding.\n\n### Installation\n\n1. **Clone the repository**\n   ```bash\n   git clone \u003crepository-url\u003e\n   cd trivy-1a\n   ```\n\n2. **Install dependencies**\n   ```bash\n   npm install\n   # or\n   yarn install\n   ```\n\n3. **Install fonts (if needed)**\n   Download and add the Poppins font files to `src/assets/fonts/` if not already present.\n\n### Running the App\n\n#### Start Metro Bundler\n```bash\n# Using npm\nnpm start\n\n# OR using Yarn\nyarn start\n```\n\n#### Android\n```bash\n# Using npm\nnpm run android\n\n# OR using Yarn\nyarn android\n```\n\n#### iOS\n```bash\n# Install CocoaPods dependencies (first time only)\nbundle install\nbundle exec pod install\n\n# Run the app\nnpm run ios\n# OR\nyarn ios\n```\n\n## Development\n\n### Key Files\n- `App.js` - Main application entry point\n- `src/screens/` - Screen components\n- `src/components/` - Reusable UI components\n- `src/assets/` - Fonts and images\n\n### Available Scripts\n- `npm start` - Start Metro bundler\n- `npm run android` - Run on Android\n- `npm run ios` - Run on iOS\n- `npm test` - Run tests\n\n## Design Implementation\n\nThe app implements a pixel-perfect design with:\n- **95%+ accuracy** to Figma specifications\n- **Responsive layout** for different screen sizes\n- **Smooth animations** for freeze functionality\n- **Modern UI** with clean typography and spacing\n\n## Testing\n\nThe app includes comprehensive testing setup:\n- Unit tests for components\n- Integration tests for screens\n- UI testing for animations\n\n## Troubleshooting\n\n### Common Issues\n\n1. **Metro bundler issues**\n   ```bash\n   npx react-native start --reset-cache\n   ```\n\n2. **Android build issues**\n   ```bash\n   cd android \u0026\u0026 ./gradlew clean\n   ```\n\n3. **iOS build issues**\n   ```bash\n   cd ios \u0026\u0026 pod install\n   ```\n\n## Contributing\n\n1. Follow the existing code style\n2. Add tests for new features\n3. Update documentation as needed\n4. Ensure all tests pass before submitting\n\n## License\n\nThis project is licensed under the MIT License.\n\n---\n\nFor more information about React Native, visit the [official documentation](https://reactnative.dev/docs/getting-started).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysocrius%2Ftrivy_react_native","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fysocrius%2Ftrivy_react_native","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fysocrius%2Ftrivy_react_native/lists"}