SrBrahma / react-native-gev

MIT License
3 stars 1 forks source link

Add setDefaultProps(). #12

Open SrBrahma opened 2 years ago

SrBrahma commented 2 years ago

To separate the defaultProps from createTheme().

This way those props will be constant and doesn't depend on a useTheme hook.