{"id":24193711,"url":"https://github.com/ftzi/visionmate-rn-application","last_synced_at":"2026-05-13T02:32:56.726Z","repository":{"id":45689416,"uuid":"513498888","full_name":"ftzi/visionmate-rn-application","owner":"ftzi","description":"React Native app developed for Visionmate's mobile position","archived":false,"fork":false,"pushed_at":"2022-07-23T10:20:18.000Z","size":15926,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T03:37:55.848Z","etag":null,"topics":["assessment-project","react-native","typescript"],"latest_commit_sha":null,"homepage":"","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/ftzi.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2022-07-13T11:43:47.000Z","updated_at":"2022-07-15T13:57:01.000Z","dependencies_parsed_at":"2022-09-19T06:30:23.144Z","dependency_job_id":null,"html_url":"https://github.com/ftzi/visionmate-rn-application","commit_stats":null,"previous_names":["hfantauzzi/visionmate-rn-application","brfantauzzi/visionmate-rn-application","ftzi/visionmate-rn-application"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ftzi/visionmate-rn-application","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftzi%2Fvisionmate-rn-application","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftzi%2Fvisionmate-rn-application/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftzi%2Fvisionmate-rn-application/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftzi%2Fvisionmate-rn-application/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ftzi","download_url":"https://codeload.github.com/ftzi/visionmate-rn-application/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ftzi%2Fvisionmate-rn-application/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32965255,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-12T23:30:32.555Z","status":"online","status_checked_at":"2026-05-13T02:00:07.132Z","response_time":115,"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":["assessment-project","react-native","typescript"],"created_at":"2025-01-13T17:45:28.715Z","updated_at":"2026-05-13T02:32:56.710Z","avatar_url":"https://github.com/ftzi.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- \u003cimg src=\".logo.png\" alt=visionmateHenrique/\u003e\u003cbr/\u003e --\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n[![TypeScript](https://badgen.net/npm/types/env-var)](http://www.typescriptlang.org/)\n\u003c/div\u003e\n\n# Visionmate Techinical Test\n\nhttps://user-images.githubusercontent.com/28177550/179091624-1fc6bfad-aba4-40c6-b703-6039ce1ded04.mp4\n\n[Higher Video Quality - Be sure to select the 1080p](https://drive.google.com/file/d/1PFEryKQYC4CtAui0-aHIBnp1YgMogjnK/view?usp=sharing)\n\nTechnical test for Visionmate made in 2~3 days by me, Henrique Almeida, aka [SrBrahma](https://github.com/SrBrahma). [Specifications](https://github.com/SrBrahma/visionmate-rn-application/blob/main/specifications.md).\n\nThe recording of the app made it a bit laggy.\n\nWhen I was thinking about its color pallete and its UI, I remembered Visionmate has a website and I decided to not only follow its color scheme but to also add its hero video, the diagonal pattern present above the video and its logo.\n\nProject created using my [gev](https://github.com/SrBrahma/gev) npx tool, with the `rn` flavor to create React Native projects within a single command with my commonly used configs, such as my [eslint-config](https://github.com/SrBrahma/eslint-config-gev) and directories tree.\n\nI tried to balance the quality and not overdoing it (but still, turned out to be great in just a few days of work!).\n\n\u003cbr/\u003e\n\n## 💿 Installation\n```bash\nyarn install\n```\n\n### iOS\n* Run `npx pod-install`.\n* https://github.com/oblador/react-native-vector-icons#ios - Only `MaterialCommunityIcons.ttf` is required\n* https://github.com/react-native-video/react-native-video/blob/master/API.md#ios-installation - May be required\n\n## 📖 Usage\n\n```bash\nStart Metro with\n  • yarn start\n\nRun instructions for iOS:\n  • yarn ios\n  - or -\n  • Open TestRN/ios/TestRN.xcodeproj in Xcode or run \"xed -b ios\"\n  • Hit the Run button\n\nRun instructions for Android:\n  • Have an Android emulator running (quickest way to get started), or a device connected.\n  • yarn android\n```\n\nAlso: https://reactnative.dev/docs/running-on-device\n\n## ℹ️ Info\n\n* Uses JSX transform so `import React from 'react'` isn't required:\nhttps://aryan-mittal.medium.com/enable-the-new-jsx-transform-in-react-native-0-64-aea4f686a640, https://github.com/facebook/metro/issues/646#issuecomment-799174473\n\n* Disabled Android's automatic forced dark mode: https://stackoverflow.com/a/64339016\n\n* We use [Fuse.js](https://github.com/krisk/Fuse) as the fuzzy-search library. It's great!\n\n* And [FlashList](https://github.com/shopify/flash-list) for a FlatList with a way better performance!\n\n* We use react-native-video@next (v6) since v5 is broken.\n\n* I haven't tested it on iOS as at the moment I don't have access to XCode and my [MacInCloud](https://www.macincloud.com) subscription isn't active.\n\n* I took advantage of this project and used React-Query v4 to learn about it, still on beta but with [relevant improvements](https://tanstack.com/query/v4/docs/guides/migrating-to-react-query-4). [Installation](https://github.com/TanStack/query/issues/3790#issuecomment-1179431860).\n\n* [Do use `npx react-native-asset` for adding fonts to react-native@\u003e0.69](https://github.com/facebook/react-native/issues/34095#issuecomment-1174864177)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftzi%2Fvisionmate-rn-application","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fftzi%2Fvisionmate-rn-application","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fftzi%2Fvisionmate-rn-application/lists"}