https://github.com/croma-app/huehive-mobile-app
[HueHive] : An open source react native app for web, iOS and android for color palette management
https://github.com/croma-app/huehive-mobile-app
android color color-palettes croma hacktoberfest hacktoberfest2022 ios react-native
Last synced: 2 months ago
JSON representation
[HueHive] : An open source react native app for web, iOS and android for color palette management
- Host: GitHub
- URL: https://github.com/croma-app/huehive-mobile-app
- Owner: croma-app
- License: mit
- Created: 2019-12-03T19:41:27.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-10-29T18:13:04.000Z (6 months ago)
- Last Synced: 2024-10-29T20:16:45.167Z (6 months ago)
- Topics: android, color, color-palettes, croma, hacktoberfest, hacktoberfest2022, ios, react-native
- Language: JavaScript
- Homepage: https://huehive.co
- Size: 245 MB
- Stars: 60
- Watchers: 3
- Forks: 21
- Open Issues: 31
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- trackawesomelist - HueHive (⭐60)
- awesome-open-source-react-native-applications- - HueHive Mobile App - app/huehive-mobile-app) |  |  |  |  | (React Native Project Showcase)
- awesome-open-source-react-native-applications- - HueHive Mobile App - app/huehive-mobile-app) |  |  |  |  | (React Native Project Showcase)
README
## [HueHive](https://huehive.co)
#### [AppStore](https://apps.apple.com/in/app/huehive-color-palette-manager/id1596763657)
#### [Playstore](https://play.google.com/store/apps/details?id=app.croma)
### Installation guide
- Installation: `yarn`
- 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`.
- Running on android: `yarn android`
- Running on ios: `yarn ios`### Release
Releases are maintained using fastlane.
#### Play store(Android):
1. Create a new release in github with a new tag
2. Publish the release. This will trigger the workflow that will release it to playstore as a beta testing track.
3. Once beta testing is done promote the release to production from play store console.#### App store(iOS):
iOS is not fully automated yet. Build it from XCode.
# References
- https://github.com/numixproject/croma
- https://github.com/satya164/croma
- https://github.com/satya164/pigment### Contribution
Feel 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.
### [Browse react native vector icons](https://oblador.github.io/react-native-vector-icons/)
### [Troubleshooting](https://github.com/croma-app/croma-react/wiki/Troubleshooting)
### [Support us](https://www.buymeacoffee.com/kamalkishor1991)
### Debugging:
Setup the react native debugger. It allows to inspect network request - https://github.com/jhen0409/react-native-debugger
To see console log
From the simulator, press (⌘+D) and press Remote JS Debugging.
This will open a resource, http://localhost:8081/debugger-ui on localhost.
From there, use the Chrome Developer tools JavaScript console to view console.log
[Stackoverflow](https://stackoverflow.com/questions/30115372/how-to-do-logging-in-react-native)### Troubleshooting
If you don't see console logs, please check if adb is in the path
https://stackoverflow.com/questions/17901692/set-up-adb-on-mac-os-xKeystore file '/Users/bhuwanjoshi/Desktop/work/croma-react/android/app/debug.keystore' not found for signing config 'debug'.
https://stackoverflow.com/questions/57016236/keystore-file-project-folder-android-app-debug-keystore-not-found-for-signingIOS build issues
1. Clean Build Folder (⇧ + ⌘ + K), clean DerivedData directory, CocoaPods caches, and restart macOS