khevamann / rn-responsive-styles

Responsive styles for react-native and react-native-web
MIT License
39 stars 3 forks source link

Clarify usage of use `useResponsiveStyle` #18

Closed stefan-schweiger closed 1 year ago

stefan-schweiger commented 1 year ago

In the code I see that there is a hook called useResponsiveStyle but no documentation for it. Can you include a usage example in the README.MD?

khevamann commented 1 year ago

Sorry useResponsiveStyle is a hook returned from CreateResponsiveStyles, so it can be named whatever. In the README I name it useStyles. I should rename it throughout the codebase so it is a little more straight forward. But basically the return value of CreateResponsiveStyles is the hook useResponsiveStyle which I have been naming as useStyles. Hope that makes sense

stefan-schweiger commented 1 year ago

Makes perfect sense, thank you very much :)