All Projects → croma-app → croma-react

croma-app / croma-react

Licence: MIT license
Save your colors

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
ruby
36898 projects - #4 most used programming language
objective c
16641 projects - #2 most used programming language

Projects that are alternatives of or similar to croma-react

PowerColorLS
PowerShell script to display a colorized directory and file listing with icons
Stars: ✭ 35 (+52.17%)
Mutual labels:  color
vim-yami
Monochromatic dark(闇) theme for Vim
Stars: ✭ 58 (+152.17%)
Mutual labels:  color
material-design-color-palette
🎨Material Design color palette pluin for IntelliJ based IDEs.
Stars: ✭ 19 (-17.39%)
Mutual labels:  color
homebridge-yeelight-platform
Homebridge plugin for Yeelight Lights supporting Scenes/Moods/Color Flow/Custom Presets/Music Flow/Night Mode
Stars: ✭ 53 (+130.43%)
Mutual labels:  color
Lano-Visualizer
A simple but highly configurable visualizer with rounded bars.
Stars: ✭ 114 (+395.65%)
Mutual labels:  color
ColorRatingBar
change color of star in rating bar
Stars: ✭ 23 (+0%)
Mutual labels:  color
color-palette-generator
This WordPress plugin allows you to generate & show color palettes for all your images in your Media Library.
Stars: ✭ 19 (-17.39%)
Mutual labels:  color-palettes
ink-color-pipe
🌈 Create color text with simpler style strings in Ink
Stars: ✭ 18 (-21.74%)
Mutual labels:  color
line
An easy to use golang package for stylizing terminal output
Stars: ✭ 26 (+13.04%)
Mutual labels:  color
colortest
Quickly show all your terminal colors
Stars: ✭ 66 (+186.96%)
Mutual labels:  color
zcolors
🌈 Z Colors uses your $LS_COLORS to generate a coherent theme for Git and your Zsh prompt, command line and completions.
Stars: ✭ 38 (+65.22%)
Mutual labels:  color
thayer-bright-iTerm
No description or website provided.
Stars: ✭ 29 (+26.09%)
Mutual labels:  color
colo
Displays colors in various color spaces.
Stars: ✭ 60 (+160.87%)
Mutual labels:  color
colorsys
🎨 Minimalistic color converter for RGB, HSV, HSL, CMYK, HEX and CSS strings
Stars: ✭ 53 (+130.43%)
Mutual labels:  color
color
A library of well-tested helper methods for working with colors.
Stars: ✭ 13 (-43.48%)
Mutual labels:  color
javascript-color-gradient
Lightweight JavaScript library, used to generate an array of color gradients, between start and finish colors.
Stars: ✭ 54 (+134.78%)
Mutual labels:  color
nord-tilix
An arctic, north-bluish clean and elegant Tilix color scheme.
Stars: ✭ 105 (+356.52%)
Mutual labels:  color
color
Standard representation of colors, encouraging sharing between packages.
Stars: ✭ 23 (+0%)
Mutual labels:  color
hex-to-css-filter
Easy way to generate colors from HEX to CSS Filters
Stars: ✭ 20 (-13.04%)
Mutual labels:  color
tasarimcilar-ve-yazilimcilar-icin-kaynak-arsivim
Tasarım ve yazılım ile ilgili 2017 yılından günümüze kadar geçen zamanda toplamış olduğum arşivimi sizle ile paylaşıyorum. Ne mi var her şey...
Stars: ✭ 276 (+1100%)
Mutual labels:  color

Croma

Croma DEMO

Installation guide

  • Installation: yarn
  • 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. From your local

cd ios
fastlane beta

Web

Currently, We are upgrading react-native and web version is available in the web branch with the old react-native. https://github.com/croma-app/croma-react/tree/web

References

Code styling

https://github.com/google/google-java-format

https://github.com/sherter/google-java-format-gradle-plugin

https://github.com/typicode/husky

Fix java files


./gradlew goJF

Contribution

Feel free to send us pull request from the open issues. If you are not sure about something please join the discord server and ask us anything.

Browse react native vector icons

Troubleshooting

Support us

Debugging:

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

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-x

Keystore 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-signing

IOS build issues

  1. Clean Build Folder (⇧ + ⌘ + K), clean DerivedData directory, CocoaPods caches, and restart macOS
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].