Pinned Loading
-
rn-animation-header
rn-animation-header Publicanimation header component for react native
TypeScript 6
-
rn-searchable-selectbox
rn-searchable-selectbox Publicsearchable selectbox component for react native
JavaScript 3
-
-
Turn colors into lighter and darker
Turn colors into lighter and darker 1function makeNewColor(color, percent) {
2var num = parseInt(color.replace("#", ""), 16),
3amt = Math.round(2.55 * percent),
4R = (num >> 16) + amt,
5B = ((num >> 8) & 0x00ff) + amt,
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.