{"id":30330030,"url":"https://github.com/razorrun/react-native-test","last_synced_at":"2025-08-18T02:08:00.881Z","repository":{"id":307571780,"uuid":"1029978297","full_name":"razorRun/react-native-test","owner":"razorRun","description":null,"archived":false,"fork":false,"pushed_at":"2025-07-31T22:41:04.000Z","size":277,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-01T00:51:31.617Z","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/razorRun.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-31T22:20:14.000Z","updated_at":"2025-07-31T22:41:07.000Z","dependencies_parsed_at":"2025-08-01T00:51:33.899Z","dependency_job_id":"5c3ff440-bd22-402b-bf5c-adbebbfb1f2b","html_url":"https://github.com/razorRun/react-native-test","commit_stats":null,"previous_names":["razorrun/react-native-test"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/razorRun/react-native-test","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razorRun%2Freact-native-test","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razorRun%2Freact-native-test/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razorRun%2Freact-native-test/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razorRun%2Freact-native-test/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/razorRun","download_url":"https://codeload.github.com/razorRun/react-native-test/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/razorRun%2Freact-native-test/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270932698,"owners_count":24670250,"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","status":"online","status_checked_at":"2025-08-18T02:00:08.743Z","response_time":89,"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":"2025-08-18T02:08:00.258Z","updated_at":"2025-08-18T02:08:00.871Z","avatar_url":"https://github.com/razorRun.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# React Native Performance Test - Setup Instructions\n\n## Prerequisites\n- Node.js \u003e= 16\n- React Native development environment set up\n- iOS Simulator or Android Emulator (preferably use a physical device)\n- Flipper or React DevTools for profiling\n\n## Installation\n\n1. Clone the repository:\n```bash\ngit clone \u003crepository-url\u003e\ncd react-native-test\n```\n\n2. Install dependencies:\n```bash\nnpm install\n# or\nyarn install\n```\n\n3. Install iOS dependencies (Mac only):\n```bash\ncd ios \u0026\u0026 pod install \u0026\u0026 cd ..\n```\n\n**Note**: If you encounter boost checksum errors during `pod install`, try these solutions:\n\n**Option 1: Skip Flipper (recommended for testing)**\n```bash\ncd ios\nNO_FLIPPER=1 pod install\n```\n\n**Option 2: Clear cache and retry**\n```bash\ncd ios\nrm -rf Pods\npod cache clean --all\npod install --repo-update\n```\n\n**Option 3: Use Xcode directly**\n- Open `ios/RNPerformanceTest.xcworkspace` in Xcode\n- Build and run from Xcode\n\n## Running the App\n\n### iOS Simulator\n```bash\nnpm run ios\n# or\nyarn ios\n```\n\n### Android Emulator\n```bash\nnpm run android\n# or\nyarn android\n```\n\n**Note**: This test is designed to work well in simulators. The performance issues are noticeable even without a physical device.\n\n## The Challenge\n\nYou have **1 hour** to identify and fix critical performance issues in this React Native e-commerce app.\n\n### Instructions\n1. **Read the test instructions**: Open `SENIOR_RN_PERFORMANCE_TEST.md`\n2. **Profile first**: Use React Native Performance Monitor and profiling tools\n3. **Focus on TOP 5 issues**: Don't try to fix everything\n4. **Document your fixes**: Track what you changed and why\n\n### Performance Issues to Look For\n- Memory leaks\n- Excessive re-renders\n- Large datasets without pagination\n- Animation performance\n- Bridge communication issues\n\n### Tools You Should Use\n- React Native Performance Monitor (shake device or Cmd+D)\n- Flipper (recommended)\n- React DevTools\n- Console logs for quick debugging\n\n## Submission\nAfter 1 hour, create a `PERFORMANCE_REPORT.md` file documenting:\n1. Issues identified (ranked by severity)\n2. Fixes implemented\n3. Performance improvements achieved\n4. Recommendations for issues you couldn't fix\n\nGood luck!","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazorrun%2Freact-native-test","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frazorrun%2Freact-native-test","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frazorrun%2Freact-native-test/lists"}