{"id":17512021,"url":"https://github.com/croma-app/huehive-mobile-app","last_synced_at":"2026-03-17T11:34:42.533Z","repository":{"id":38290516,"uuid":"225701165","full_name":"croma-app/huehive-mobile-app","owner":"croma-app","description":"[HueHive] : An open source react native app for web, iOS and android for color palette management","archived":false,"fork":false,"pushed_at":"2025-12-28T04:14:59.000Z","size":257975,"stargazers_count":64,"open_issues_count":31,"forks_count":24,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-12-29T17:46:13.444Z","etag":null,"topics":["android","color","color-palettes","croma","hacktoberfest","hacktoberfest2022","ios","react-native"],"latest_commit_sha":null,"homepage":"https://huehive.co","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/croma-app.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2019-12-03T19:41:27.000Z","updated_at":"2025-12-28T04:14:28.000Z","dependencies_parsed_at":"2024-11-10T14:22:41.161Z","dependency_job_id":"73fbe80e-21f8-4097-bcf9-3e8b12652711","html_url":"https://github.com/croma-app/huehive-mobile-app","commit_stats":null,"previous_names":["croma-app/huehive-mobile-app","croma-app/croma"],"tags_count":141,"template":false,"template_full_name":null,"purl":"pkg:github/croma-app/huehive-mobile-app","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croma-app%2Fhuehive-mobile-app","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croma-app%2Fhuehive-mobile-app/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croma-app%2Fhuehive-mobile-app/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croma-app%2Fhuehive-mobile-app/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/croma-app","download_url":"https://codeload.github.com/croma-app/huehive-mobile-app/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/croma-app%2Fhuehive-mobile-app/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30622769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-17T11:26:08.186Z","status":"ssl_error","status_checked_at":"2026-03-17T11:24:37.311Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["android","color","color-palettes","croma","hacktoberfest","hacktoberfest2022","ios","react-native"],"created_at":"2024-10-20T06:00:35.684Z","updated_at":"2026-03-17T11:34:42.513Z","avatar_url":"https://github.com/croma-app.png","language":"JavaScript","funding_links":["https://www.buymeacoffee.com/kamalkishor1991"],"categories":["Recently Updated","React Native Project Showcase"],"sub_categories":["[Oct 20, 2024](/content/2024/10/20/README.md)"],"readme":"## [HueHive](https://huehive.co)\n\n#### [AppStore](https://apps.apple.com/in/app/huehive-color-palette-manager/id1596763657)\n\n#### [Playstore](https://play.google.com/store/apps/details?id=app.croma)\n\n### Installation guide\n\n- Installation: `yarn`\n- Generate debug.keystore file using this command inside `cd android/app`. And run `keytool -genkey -v -keystore debug.keystore -storepass android -alias androiddebugkey -keypass android -keyalg RSA -keysize 2048 -validity 10000`.\n- Running on android: `yarn android`\n- Running on ios: `yarn ios`\n\n### Release\n\nReleases are maintained using fastlane.\n\n#### Play store(Android):\n\n1. Create a new release in github with a new tag\n2. Publish the release. This will trigger the workflow that will release it to playstore as a beta testing track.\n3. Once beta testing is done promote the release to production from play store console.\n\n#### App store(iOS):\n\niOS is not fully automated yet. Build it from XCode.\n\n# References\n\n- https://github.com/numixproject/croma\n- https://github.com/satya164/croma\n- https://github.com/satya164/pigment\n\n### Contribution\n\nFeel free to send us pull request from the open issues. If you are not sure about something please join the [discord](https://discord.com/invite/ZSBVsBqDtg) server and ask us anything.\n\n### [Browse react native vector icons](https://oblador.github.io/react-native-vector-icons/)\n\n### [Troubleshooting](https://github.com/croma-app/croma-react/wiki/Troubleshooting)\n\n### [Support us](https://www.buymeacoffee.com/kamalkishor1991)\n\n### Debugging:\n\nSetup the react native debugger. It allows to inspect network request - https://github.com/jhen0409/react-native-debugger\n\nTo see console log\nFrom the simulator, press (⌘+D) and press Remote JS Debugging.\nThis will open a resource, http://localhost:8081/debugger-ui on localhost.\nFrom there, use the Chrome Developer tools JavaScript console to view console.log\n[Stackoverflow](https://stackoverflow.com/questions/30115372/how-to-do-logging-in-react-native)\n\n### Troubleshooting\n\nIf you don't see console logs, please check if adb is in the path\nhttps://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-x\n\nKeystore file '/Users/bhuwanjoshi/Desktop/work/croma-react/android/app/debug.keystore' not found for signing config 'debug'.\nhttps://stackoverflow.com/questions/57016236/keystore-file-project-folder-android-app-debug-keystore-not-found-for-signing\n\nIOS build issues\n\n1. Clean Build Folder (⇧ + ⌘ + K), clean DerivedData directory, CocoaPods caches, and restart macOS\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroma-app%2Fhuehive-mobile-app","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcroma-app%2Fhuehive-mobile-app","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcroma-app%2Fhuehive-mobile-app/lists"}