Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 0 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ on:
push:
branches:
- release
pull_request:
branches:
- release

jobs:
release:
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@

Bring material color utilities from the [`@material-foundation/material-color-utilities`](https://github.com/material-foundation/material-color-utilities), including the material color builder from an image, and the special [Android Dynamic Color](https://developer.android.com/develop/ui/views/theming/dynamic-colors).

![screenshot](https://github.com/RakaDoank/material-color-react-native/blob/main/docusaurus/static/img/screenshot.png?raw=true)

## Motives

Basically, this library is similar as other libraries you can found to build material color, as [The Science of Color & Design](https://m3.material.io/blog/science-of-color-design) has been done by a Google engineer including their [source code](https://github.com/material-foundation/material-color-utilities), but the inexistence of the utility for building material color from an image for React Native especially on Android, iOS (including macOS) is really the main motive why [`material-color-react-native`](https://github.com/RakaDoank/material-color-react-native) was created.
Expand Down
6 changes: 6 additions & 0 deletions docusaurus/docs/guides/THEMING_WITH_REACT_NATIVE_PAPER.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ slug: /theming-with-react-native-paper

Bring your app components with [React Native Paper](https://reactnativepaper.com) and [Material Color React Native](/docs/introduction)!

![Screenshot](/img/screenshot.png)

:::note
The image above is an actual example app of this project library. Check the example [source code at GitHub](https://github.com/RakaDoank/material-color-react-native).
:::

:::info
This adapter is only providing an integration to Paper color v3. Simply, because Material Color React Native is not using Material Design 2 color system.
:::
Expand Down
Binary file added docusaurus/static/img/screenshot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading