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: use own copy of types for hoist-non-react-statics package #69

Closed Trancever closed 4 years ago

Trancever commented 4 years ago

Summary

This PR fixes an issue where types for hoist-non-react-statics are not correctly resolved when other dependency depends on v2 of @types/hoist-non-react-statics. It is happening in projects using react-native-paper and react-navigation quite often and this PR aims to fix this by removing @types/hoist-non-react-statics dependency and replacing the types with a copy placed directly inside this project.