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

How to access theme in class components

mohsinulhaq opened this issue · comments

I can't find any reference to Context export in the docs nor in the code, just the useTheme hook. Is it possible to access the theme from within a class component?