Skip to content

Commit 1e107ad

Browse files
authored
Merge pull request 6DegreeLabs#8 from kamalkishor1991/patch-1
Add showcase with Croma - Palette Manager
2 parents 2fc656f + 4cf8789 commit 1e107ad

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

README.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,13 @@ RNColorThief.getColor(imageUri, quality, includeWhite).then((color) => {
6565
console.log('error', error);
6666
});
6767
```
68+
## Showcase
69+
This library is used by following apps. Please send a pull request if you are also using the library.
70+
### Croma - Palette Manager
71+
* [Playstore](https://play.google.com/store/apps/details?id=app.croma)
72+
* [App store](https://apps.apple.com/app/croma-palette-manager/id1596763657)
73+
* [Github(Open source)](https://github.com/croma-app/croma-react)
6874

6975
## Troubleshooting
7076

71-
1. (iOS) If you aren't currently using swift in your project, you may need to add a `dummy.swift` file with a bridging header in order to successfully build.
77+
1. (iOS) If you aren't currently using swift in your project, you may need to add a `dummy.swift` file with a bridging header in order to successfully build.

0 commit comments

Comments
 (0)