Shopify / restyle

A type-enforced system for building UI components in React Native with TypeScript.

Home Page:https://shopify.github.io/restyle/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The documents point to functions that have not been published in npm.

andrefedev opened this issue · comments

Last update was 5 months ago, documentation points to createTheme which is not available in version 1.0.4. So for some reason I try to install this repository with npm install github:shopify/restyle# master but it doesn't install.

Ah, sorry about that! I'm planning to push a new version to NPM today that will include the createTheme function, but until then you can just create your theme as a plain object without passing it to the functoin: export const theme = { /* colors, spacing, etc */ }