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

fix: add missing type for children in ThemeProvider #155

Closed lukewalczak closed 1 year ago

lukewalczak commented 1 year ago

Summary

Adding missing type for children in ThemeProvider in order to remove the patch-package in react-native-paper:

https://github.com/callstack/react-native-paper/blob/main/patches/%40callstack%2Breact-theme-provider%2B3.0.8.patch

Test plan

CI has to be green.