callstack / react-theme-provider

A set of utilities that help you create your own React theming system in few easy steps
MIT License
466 stars 54 forks source link

feat: accept dynamic theme type in useTheme hook #143

Closed Drakeoon closed 2 years ago

Drakeoon commented 2 years ago

This PR is related to https://github.com/callstack/react-native-paper/pull/3279

Summary

This change allows to specify custom theme type for the useTheme hook. This change is also backward-compatible, so it will act as progressive enhancement for developers if they want to explicitly specify the useTheme type